Refactor ShaderBuffer

This commit is contained in:
Dynamitos
2023-08-28 21:23:13 +02:00
parent dcbce27fb2
commit fcc4fc12d4
35 changed files with 99 additions and 564 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ cbuffer DispatchParams
uint pad1;
}
layout(set = 0, binding = 2, std430)
RWStructuredBuffer<Frustum> out_Frustums;
RWShaderBuffer<Frustum> out_Frustums;
[numthreads(BLOCK_SIZE, BLOCK_SIZE, 1)]