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

#include <presentTask.h>

Public Member Functions

 HdxPresentTaskParams ()
 

Public Attributes

TfToken dstApi
 
VtValue dstFramebuffer
 
GfVec4i dstRegion
 
bool enabled
 

Detailed Description

PresentTask parameters.

Definition at line 40 of file presentTask.h.

Constructor & Destructor Documentation

HdxPresentTaskParams::HdxPresentTaskParams ( )
inline

Definition at line 42 of file presentTask.h.

Member Data Documentation

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.


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