HDK
|
#include <aov.h>
Public Member Functions | |
HdAovDescriptor () | |
HdAovDescriptor (HdFormat f, bool ms, VtValue const &c) | |
Public Attributes | |
HdFormat | format |
The AOV output format. See also HdRenderBufferDescriptor::format. More... | |
bool | multiSampled |
VtValue | clearValue |
HdAovSettingsMap | aovSettings |
A bundle of state describing an AOV ("Arbitrary Output Variable") display channel. Note that in hydra API, this data is split between HdRenderPassAovBinding and HdRenderBufferDescriptor. This class is provided for use in higher level application-facing API.
HdAovSettingsMap HdAovDescriptor::aovSettings |
Extra settings for AOV rendering, such as pixel filtering options. See also HdRenderPassAovBinding::aovSettings.
VtValue HdAovDescriptor::clearValue |
The clear value to apply to the render buffer before rendering. The type of "clearValue" should match the provided format. If clearValue is empty, no clear will be performed. See also HdRenderPassAovBinding::clearValue.
HdFormat HdAovDescriptor::format |
The AOV output format. See also HdRenderBufferDescriptor::format.
bool HdAovDescriptor::multiSampled |
Whether the render buffer should be multisampled. See also HdRenderBufferDescriptor::multiSampled.