All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdxPresentTaskParams Class Reference

PresentTask parameters. More...

Public Attributes

TfToken dstApi
 
VtValue dstFramebuffer
 The framebuffer that the AOVs are presented into. More...
 
GfVec4i dstRegion
 
bool enabled
 

Detailed Description

PresentTask parameters.

Definition at line 40 of file presentTask.h.

Member Data Documentation

VtValue dstFramebuffer

The framebuffer that the AOVs are presented into.

This is a VtValue that encoding a framebuffer in a dstApi specific way.

E.g., a uint32_t (aka GLuint) for framebuffer object for dstApi==OpenGL. For backwards compatibility, the currently bound framebuffer is used when the VtValue is empty.

Definition at line 59 of file presentTask.h.


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