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 |
void | SetGarbageCollectionNeeded () |
Garbage collection tracking. More... | |
void | ClearGarbageCollectionNeeded () |
bool | IsGarbageCollectionNeeded () const |
![]() | |
HdRenderParam () | |
virtual HD_API | ~HdRenderParam () |
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 42 of file renderParam.h.
HdStRenderParam::HdStRenderParam | ( | ) |
|
override |
|
inline |
Definition at line 74 of file renderParam.h.
|
inline |
Definition at line 78 of file renderParam.h.
Draw items cache and batch invalidation.
Marks all batches dirty, meaning they need to be validated and potentially rebuilt.
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 70 of file renderParam.h.