All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdEmbreeRenderParam Class Referencefinal

The render delegate can create an object of type HdRenderParam, to pass to each prim during Sync(). More...

+ Inheritance diagram for HdEmbreeRenderParam:

Public Member Functions

 HdEmbreeRenderParam (RTCDevice device, RTCScene scene, HdRenderThread *renderThread, std::atomic< int > *sceneVersion)
 
RTCScene AcquireSceneForEdit ()
 Accessor for the top-level embree scene. More...
 
RTCDevice GetEmbreeDevice ()
 Accessor for the top-level embree device (library handle). More...
 

Detailed Description

The render delegate can create an object of type HdRenderParam, to pass to each prim during Sync().

HdEmbree uses this class to pass top-level embree state around.

Definition at line 42 of file renderParam.h.

Member Function Documentation

RTCScene AcquireSceneForEdit ( )
inline

Accessor for the top-level embree scene.

Definition at line 53 of file renderParam.h.

RTCDevice GetEmbreeDevice ( )
inline

Accessor for the top-level embree device (library handle).

Definition at line 59 of file renderParam.h.


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