SpiecsEngine
 
Loading...
Searching...
No Matches

◆ WorldMarkBits

Enumerator
Clean 
MeshAddedToWorld 
FrushStableFrame 
NeedUpdateTLAS 
MAX 

Definition at line 44 of file World.h.

45 {
46 Clean = 0x00000001,
47 MeshAddedToWorld = 0x00000002,
48 FrushStableFrame = 0x00000004,
49 NeedUpdateTLAS = 0x00000008,
50 MAX = 0x7FFFFFFF
51 };
@ FrushStableFrame
Definition World.h:48
@ MeshAddedToWorld
Definition World.h:47
@ NeedUpdateTLAS
Definition World.h:49