Skip to content

Commit 350e165

Browse files
arnaudcarreEvergreen
authored andcommitted
Fix BRG,GRD and EG on 16KiB cbuffer limited low end mobiles
1 parent 133116b commit 350e165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.render-pipelines.core/ShaderLibrary/UnityDOTSInstancing.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ void SetupDOTSInstanceSelectMasks() {}
294294

295295
#ifdef UNITY_DOTS_INSTANCING_UNIFORM_BUFFER
296296
CBUFFER_START(unity_DOTSInstancing_IndirectInstanceVisibility)
297-
float4 unity_DOTSInstancing_IndirectInstanceVisibilityRaw[4096];
297+
float4 unity_DOTSInstancing_IndirectInstanceVisibilityRaw[1024];
298298
CBUFFER_END
299299
#else
300300
ByteAddressBuffer unity_DOTSInstancing_IndirectInstanceVisibility;

0 commit comments

Comments
 (0)