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
+1 -1
View File
@@ -78,7 +78,7 @@ void Allocate(uint groupIndex : SV_GroupIndex, uint dispatchID : SV_DispatchThre
//for(uint i = 0; i < pParams.allocateBuffer[0]; ++i)
//{
// Allocate the required bits
AllocateElement(pParams.allocateBuffer[1 + dispatchID]);
AllocateElement(pParams.allocateBuffer[1 + dispatchID], dispatchID);
//}
}