We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730e315 commit b078247Copy full SHA for b078247
tests/cpu/GpuShader_tests.cpp
@@ -665,7 +665,7 @@ float2 ocio_lut1d_0_computePos(float f)
665
retVal.y = floor(dep / 4095.);
666
retVal.x = dep - retVal.y * 4095.;
667
retVal.x = (retVal.x + 0.5) / 4096.;
668
- retVal.y = (retVal.y + 0.5) / 33.;
+ retVal.y = (retVal.y + 0.5) / 32.;
669
return retVal;
670
}
671
@@ -798,7 +798,7 @@ float2 ocio_lut1d_2_computePos(float f)
798
799
800
801
802
803
804
0 commit comments