![]() |
|
Describes the allocation structure of a render buffer bprim. More...
Public Member Functions | |
HdRenderBufferDescriptor (GfVec3i const &_d, HdFormat _f, bool _ms) | |
bool | operator== (HdRenderBufferDescriptor const &rhs) const |
bool | operator!= (HdRenderBufferDescriptor const &rhs) const |
Public Attributes | |
GfVec3i | dimensions |
The width, height, and depth of the allocated render buffer. More... | |
HdFormat | format |
The data format of the render buffer. See also HdAovDescriptor::format. More... | |
bool | multiSampled |
Whether the render buffer should be multisampled. More... | |
GfVec3i dimensions |
HdFormat format |
The data format of the render buffer. See also HdAovDescriptor::format.
bool multiSampled |
Whether the render buffer should be multisampled.
See also HdAovDescriptor::multiSampled.