diff --git a/Assets/ScriptableRenderLoop/fptl/lightlistbuild-clustered.compute b/Assets/ScriptableRenderLoop/fptl/lightlistbuild-clustered.compute index 4c8c33f8cda..5a4773bc49f 100644 --- a/Assets/ScriptableRenderLoop/fptl/lightlistbuild-clustered.compute +++ b/Assets/ScriptableRenderLoop/fptl/lightlistbuild-clustered.compute @@ -377,7 +377,7 @@ void sortLightList(int localThreadID, int length) const int N = (const int) LimitPow2AndClamp((unsigned int) length, MAX_NR_COARSE_ENTRIES); // N is 1 when length is zero but will still not enter first for-loop // bitonic sort can only handle arrays with a power of two length. Fill remaining entries with greater than possible index. - for(int t=length+localThreadID; t