* Update SPIRV libraries - Update `spirv-cross` - Update `spirv-tools` - Update `glslang` `spirv-tools` contains a fix for an issue we reported (unnecessary promotions to highp in certain expressions). * Add SPIRV-Tools dependency to matinfo
6 lines
185 B
GLSL
6 lines
185 B
GLSL
#if (-2147483648 / -1) != 0
|
|
#error INT_MIN / -1 should yield 0, something went wrong.
|
|
#endif
|
|
#if (-2147483648 % -1) != 0
|
|
#error INT_MIN % -1 should yield 0, something went wrong.
|
|
#endif |