All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdRenderBufferDescriptor Struct Reference

Describes the allocation structure of a render buffer bprim. More...

Public Member Functions

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...
 

Detailed Description

Describes the allocation structure of a render buffer bprim.

Definition at line 84 of file aov.h.

Member Data Documentation

GfVec3i dimensions

The width, height, and depth of the allocated render buffer.

Definition at line 86 of file aov.h.

HdFormat format

The data format of the render buffer. See also HdAovDescriptor::format.

Definition at line 89 of file aov.h.

bool multiSampled

Whether the render buffer should be multisampled.

See also HdAovDescriptor::multiSampled.

Definition at line 93 of file aov.h.


The documentation for this struct was generated from the following file: