Loading...
Searching...
No Matches
HdEmbreePrototypeContext Class Reference

A small bit of state attached to each bit of prototype geometry in embree, for the benefit of HdEmbreeRenderer::_TraceRay. More...

#include <context.h>

Public Attributes

HdRprimrprim
 A pointer back to the owning HdEmbree rprim.
 
TfHashMap< TfToken, HdEmbreePrimvarSampler *, TfToken::HashFunctorprimvarMap
 A name-indexed map of primvar samplers.
 
VtIntArray primitiveParams
 A copy of the primitive params for this rprim.
 

Detailed Description

A small bit of state attached to each bit of prototype geometry in embree, for the benefit of HdEmbreeRenderer::_TraceRay.

Definition at line 45 of file context.h.

Member Data Documentation

◆ primitiveParams

VtIntArray primitiveParams

A copy of the primitive params for this rprim.

Definition at line 53 of file context.h.

◆ primvarMap

A name-indexed map of primvar samplers.

Definition at line 51 of file context.h.

◆ rprim

HdRprim* rprim

A pointer back to the owning HdEmbree rprim.

Definition at line 48 of file context.h.


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