HDK
|
#include <driver.h>
Public Attributes | |
TfToken | name |
VtValue | driver |
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.