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

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

Public Attributes

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

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

VtIntArray primitiveParams

A copy of the primitive params for this rprim.

Definition at line 53 of file context.h.

A name-indexed map of primvar samplers.

Definition at line 51 of file context.h.

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: