HDK
|
#include <sceneDelegate.h>
Public Member Functions | |
HdPrimvarDescriptor () | |
HdPrimvarDescriptor (TfToken const &name_, HdInterpolation interp_, TfToken const &role_=HdPrimvarRoleTokens->none) | |
bool | operator== (HdPrimvarDescriptor const &rhs) const |
bool | operator!= (HdPrimvarDescriptor const &rhs) const |
Public Attributes | |
TfToken | name |
Name of the primvar. More... | |
HdInterpolation | interpolation |
Interpolation (data-sampling rate) of the primvar. More... | |
TfToken | role |
Describes a primvar.
Definition at line 136 of file sceneDelegate.h.
|
inline |
Definition at line 146 of file sceneDelegate.h.
|
inline |
Definition at line 147 of file sceneDelegate.h.
|
inline |
Definition at line 156 of file sceneDelegate.h.
|
inline |
Definition at line 152 of file sceneDelegate.h.
HdInterpolation HdPrimvarDescriptor::interpolation |
Interpolation (data-sampling rate) of the primvar.
Definition at line 140 of file sceneDelegate.h.
TfToken HdPrimvarDescriptor::name |
Name of the primvar.
Definition at line 138 of file sceneDelegate.h.
TfToken HdPrimvarDescriptor::role |
Optional "role" indicating a desired interpretation – for example, to distinguish color/vector/point/normal. See HdPrimvarRoleTokens; default is HdPrimvarRoleTokens->none.
Definition at line 144 of file sceneDelegate.h.