enum ProfilerFlags { ProfileFlag_NoFilterCaching = 0x1, ProfileFlag_NoBlendCaching = 0x2, ProfileFlag_NoBatching = 0x4, ProfileFlag_NoInstancing = 0x8, ProfileFlag_All = 0xFFFFFFFF };
profiler flags.
Members |
Description |
ProfileFlag_NoFilterCaching = 0x1 |
Filter caching does not occur; useful for debugging filter errors. |
ProfileFlag_NoBlendCaching = 0x2 |
Blendmode caching does not occur; useful for debugging blendmode errors. |
ProfileFlag_NoBatching = 0x4 |
Disable batching (also clears MeshCache, so that any previously batched items will become individual DPs). |
ProfileFlag_NoInstancing = 0x8 |
Disable instancing (also clears MeshCache, so that any previously instanced items will become individual DPs) |
ProfileFlag_All = 0xFFFFFFFF |
Bitwise mask for all flags (used with availability functions). |
Render_Profiler.h