Provisional light culling

This commit is contained in:
Dynamitos
2021-05-10 23:57:55 +02:00
parent 0cf13bcff5
commit e00b382d4a
41 changed files with 1072 additions and 330 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ struct ComputeShaderInput
uint groupIndex : SV_GroupIndex;
};
layout(set = 0, binding = 0, std430)
layout(set = 0, binding = 1, std430)
cbuffer DispatchParams
{
uint3 numThreadGroups;