Note + bound

This commit is contained in:
mcrcortex
2025-04-08 13:24:10 +10:00
parent 4fd84cb811
commit 6ccef6d1a5
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ void main() {
//Work size batching
for (uint i = 0; i < OPS_PER_THREAD; i++) {
barrier();
barrier();//Probably unneeded, was just to keep warp coheriancy
uint id = gl_LocalInvocationID.x+(i*WORK_SIZE);
uint sid = initalSort[id];
if ((sid&(1u<<31)) != 0) {