Skip to content

Commit c288142

Browse files
committed
glitching solved
1 parent a48c32c commit c288142

File tree

1 file changed

+2
-1
lines changed
  • include/nbl/builtin/glsl/ext/FFT

1 file changed

+2
-1
lines changed

include/nbl/builtin/glsl/ext/FFT/fft.glsl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
#include <nbl/builtin/glsl/workgroup/shared_arithmetic.glsl>
1212

1313

14-
#ifndef _NBL_GLSL_EXT_FFT_MAX_DIM_SIZE_
14+
// TODO: Investigate why +1 solves all glitches
15+
#ifndef _NBL_GLSL_EXT_FFT_MAX_DIM_SIZE_ + 1
1516
#error "_NBL_GLSL_EXT_FFT_MAX_DIM_SIZE_ should be defined."
1617
#endif
1718

0 commit comments

Comments
 (0)