This document is for a version of USD that is under development. See this page for the current release.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
HdDriver Class Reference

HdDriver represents a device object, commonly a render device, that is owned by the application and passed to HdRenderIndex. More...

#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 23 of file driver.h.

Member Data Documentation

◆ driver

VtValue driver

Definition at line 26 of file driver.h.

◆ name

TfToken name

Definition at line 25 of file driver.h.


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