Trying out more debugging

This commit is contained in:
Dynamitos
2024-10-27 14:41:23 +01:00
parent c7c7e4dd3e
commit 289b759498
9 changed files with 160 additions and 166 deletions
+11 -5
View File
@@ -26,13 +26,19 @@ struct UpdateCB
float farPlaneDistance;
}
struct HeapDebug
{
uint id;
uint real_heap_id;
uint depth;
uint level_first_element;
uint id_in_level;
uint first_bit;
};
struct DebugStruct
{
uint4 indices;
uint baseHeapID;
uint subdivision;
uint propagateLocation;
uint numSiblings;
HeapDebug heapValues[18];
};