You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
} elseif (local.y ==int8_t(gl_WorkGroupSize.y - 2u) && local.x >=int8_t(gl_WorkGroupSize.x - 3u)) { // 1 step inside upper right corner || 1 step to the left of that
22
+
} elseif (local.y ==uint8_t(gl_WorkGroupSize.y - 2u) && local.x >=uint8_t(gl_WorkGroupSize.x - 3u)) { // 1 step inside upper right corner || 1 step to the left of that
0 commit comments