HdRenderBufferDescriptor Struct Reference

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

Detailed Description

Describes the allocation structure of a render buffer bprim.

Definition at line 84 of file aov.h.

Member Data Documentation

◆ dimensions

GfVec3i dimensions

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

Definition at line 92 of file aov.h.

◆ format

HdFormat format

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

Definition at line 95 of file aov.h.

◆ multiSampled

bool multiSampled

Whether the render buffer should be multisampled.

See also HdAovDescriptor::multiSampled.

Definition at line 99 of file aov.h.


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