We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133116b commit 350e165Copy full SHA for 350e165
1 file changed
Packages/com.unity.render-pipelines.core/ShaderLibrary/UnityDOTSInstancing.hlsl
@@ -294,7 +294,7 @@ void SetupDOTSInstanceSelectMasks() {}
294
295
#ifdef UNITY_DOTS_INSTANCING_UNIFORM_BUFFER
296
CBUFFER_START(unity_DOTSInstancing_IndirectInstanceVisibility)
297
- float4 unity_DOTSInstancing_IndirectInstanceVisibilityRaw[4096];
+ float4 unity_DOTSInstancing_IndirectInstanceVisibilityRaw[1024];
298
CBUFFER_END
299
#else
300
ByteAddressBuffer unity_DOTSInstancing_IndirectInstanceVisibility;
0 commit comments