HDK
|
#include <renderParam.h>
Public Member Functions | |
HdStRenderParam () | |
~HdStRenderParam () override | |
HDST_API void | MarkDrawBatchesDirty () |
Draw items cache and batch invalidation. More... | |
HDST_API unsigned int | GetDrawBatchesVersion () const |
HDST_API void | MarkMaterialTagsDirty () |
HDST_API unsigned int | GetMaterialTagsVersion () const |
HDST_API void | MarkGeomSubsetDrawItemsDirty () |
HDST_API unsigned int | GetGeomSubsetDrawItemsVersion () const |
HDST_API bool | HasMaterialTag (const TfToken &materialTag) const |
Material tag tracking. More... | |
HDST_API void | IncreaseMaterialTagCount (const TfToken &materialTag) |
Register that there is an rprim with given materialTag. More... | |
HDST_API void | DecreaseMaterialTagCount (const TfToken &materialTag) |
Unregister that there is an rprim with given materialTag. More... | |
HDST_API bool | HasAnyRenderTag (const TfTokenVector &renderTags) const |
Render tag tracking. More... | |
HDST_API void | IncreaseRenderTagCount (const TfToken &renderTag) |
Register that there is an rprim with given renderTag. More... | |
HDST_API void | DecreaseRenderTagCount (const TfToken &renderTag) |
Unregister that there is an rprim with given renderTag. More... | |
HDST_API void | MarkActiveDrawTargetSetDirty () |
Draw targets. More... | |
HDST_API unsigned int | GetActiveDrawTargetSetVersion () const |
void | SetGarbageCollectionNeeded () |
Garbage collection tracking. More... | |
void | ClearGarbageCollectionNeeded () |
bool | IsGarbageCollectionNeeded () const |
![]() | |
HdRenderParam () | |
virtual HD_API | ~HdRenderParam () |
virtual HD_API bool | SetArbitraryValue (const TfToken &key, const VtValue &value) |
virtual HD_API VtValue | GetArbitraryValue (const TfToken &key) const |
virtual HD_API bool | HasArbitraryValue (const TfToken &key) const |
The render delegate can create an object of type HdRenderParam, to pass to each prim during Sync(). Storm uses this class to house global counters amd flags that assist invalidation of draw batch caches.
Definition at line 26 of file renderParam.h.
HdStRenderParam::HdStRenderParam | ( | ) |
|
override |
|
inline |
Definition at line 113 of file renderParam.h.
Unregister that there is an rprim with given materialTag.
Unregister that there is an rprim with given renderTag.
HDST_API bool HdStRenderParam::HasAnyRenderTag | ( | const TfTokenVector & | renderTags | ) | const |
Render tag tracking.
Does render index have rprims with given renderTag?
Material tag tracking.
Does render index have rprims with given materialTag? Note that for performance reasons and ease of implementation (HdRprimSharedData::materialTag initializes to the default material tag), this always returns true for the default (and empty) material tag.
Register that there is an rprim with given materialTag.
Register that there is an rprim with given renderTag.
|
inline |
Definition at line 117 of file renderParam.h.
Draw targets.
Marks all draw targets dirty, meaning that clients that keep track of the set of active draw targets needs to refresh that set.
Draw items cache and batch invalidation.
Marks all batches dirty, meaning they need to be validated and potentially rebuilt.
Marks geom subsets draw items dirty, meaning that the draw items associated with the collection of a render pass need to be re-gathered.
Marks material tags dirty, meaning that the draw items associated with the collection of a render pass need to be re-gathered.
|
inline |
Garbage collection tracking.
Definition at line 109 of file renderParam.h.