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

#include <driver.h>

Public Attributes

TfToken name
 
VtValue driver
 

Detailed Description

HdDriver represents a device object, commonly a render device, that is owned by the application and passed to HdRenderIndex. The RenderIndex passes it to the render delegate and rendering tasks. The application manages the lifetime (destruction) of HdDriver and must ensure it remains valid while Hydra is running.

Definition at line 40 of file driver.h.

Member Data Documentation

VtValue HdDriver::driver

Definition at line 43 of file driver.h.

TfToken HdDriver::name

Definition at line 42 of file driver.h.


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