Works like garbage

This commit is contained in:
Dynamitos
2024-10-22 15:00:39 +02:00
parent 72e60cfe30
commit c7c7e4dd3e
7 changed files with 25 additions and 7 deletions
+5 -1
View File
@@ -86,6 +86,10 @@ struct ComputeParams
// 22
StructuredBuffer<float> lebMatrixCache;
// 23
globallycoherent RWStructuredBuffer<DebugStruct> debugBuffer;
RWStructuredBuffer<DebugStruct> debugBuffer;
// 24
SamplerState displacementSampler;
// 25
Texture2D<float4> displacementMap;
};
ParameterBlock<ComputeParams> pParams;