HDK
|
#include <presentTask.h>
Public Member Functions | |
HdxPresentTaskParams () | |
Public Attributes | |
TfToken | dstApi |
VtValue | dstFramebuffer |
GfVec4i | dstRegion |
bool | enabled |
PresentTask parameters.
Definition at line 40 of file presentTask.h.
|
inline |
Definition at line 42 of file presentTask.h.
TfToken HdxPresentTaskParams::dstApi |
Definition at line 50 of file presentTask.h.
VtValue HdxPresentTaskParams::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.
GfVec4i HdxPresentTaskParams::dstRegion |
Definition at line 63 of file presentTask.h.
bool HdxPresentTaskParams::enabled |
Definition at line 67 of file presentTask.h.