![]() |
|
PresentTask parameters. More...
#include <presentTask.h>
Public Attributes | |
| TfToken | dstApi |
| VtValue | dstFramebuffer |
| The framebuffer that the AOVs are presented into. | |
| GfVec4i | dstRegion |
| bool | enabled |
PresentTask parameters.
Definition at line 23 of file presentTask.h.
|
inline |
Definition at line 25 of file presentTask.h.
| TfToken dstApi |
Definition at line 33 of file presentTask.h.
| 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 42 of file presentTask.h.
| GfVec4i dstRegion |
Definition at line 46 of file presentTask.h.
| bool enabled |
Definition at line 50 of file presentTask.h.