Represents a Field Buffer Prim.
More...
|
| enum | DirtyBits : HdDirtyBits { Clean = 0,
DirtyTransform = 1 << 0,
DirtyParams = 1 << 1,
AllDirty
} |
| |
Represents a Field Buffer Prim.
Definition at line 39 of file field.h.
◆ HdStField()
For now, only fieldType HdStTokens->openvdbAsset is supported.
◆ GetInitialDirtyBitsMask()
| HDST_API HdDirtyBits GetInitialDirtyBitsMask |
( |
| ) |
const |
|
overridevirtual |
Returns the minimal set of dirty bits to place in the change tracker for use in the first sync of this prim.
Typically this would be all dirty bits.
Implements HdBprim.
◆ GetSupportedBprimTypes()
Bprim types handled by this class.
◆ GetTextureIdentifier()
Initialized by Sync.
Definition at line 58 of file field.h.
◆ GetTextureMemory()
| size_t GetTextureMemory |
( |
| ) |
const |
|
inline |
Get memory request for this field.
Definition at line 63 of file field.h.
◆ IsSupportedBprimType()
| static HDST_API bool IsSupportedBprimType |
( |
const TfToken & |
bprimType | ) |
|
|
static |
Can bprim type be handled by this class.
◆ Sync()
Loads field as 3d texture to generate GetFieldResource.
Implements HdBprim.
The documentation for this class was generated from the following file: