HDK
|
#include <aov.h>
Public Member Functions | |
HdRenderBufferDescriptor () | |
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 |
|
inline |
|
inline |
GfVec3i HdRenderBufferDescriptor::dimensions |
HdFormat HdRenderBufferDescriptor::format |
The data format of the render buffer. See also HdAovDescriptor::format.
bool HdRenderBufferDescriptor::multiSampled |
Whether the render buffer should be multisampled. See also HdAovDescriptor::multiSampled.