Loading...
Searching...
No Matches
HdxPresentTaskParams Class Reference

PresentTask parameters. More...

#include <presentTask.h>

Public Attributes

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

Detailed Description

PresentTask parameters.

Definition at line 40 of file presentTask.h.

Constructor & Destructor Documentation

◆ HdxPresentTaskParams()

Definition at line 42 of file presentTask.h.

Member Data Documentation

◆ dstApi

TfToken dstApi

Definition at line 50 of file presentTask.h.

◆ dstFramebuffer

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.

◆ dstRegion

GfVec4i dstRegion

Definition at line 63 of file presentTask.h.

◆ enabled

bool enabled

Definition at line 67 of file presentTask.h.


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