mirror of
https://github.com/love2d/love.git
synced 2026-08-19 04:06:17 +02:00
glslang: disable legacy ARB_compatibility for GLSL 1.40+
This commit is contained in:
@@ -57,9 +57,9 @@
|
|||||||
namespace glslang {
|
namespace glslang {
|
||||||
|
|
||||||
// TODO: ARB_Compatability: do full extension support
|
// TODO: ARB_Compatability: do full extension support
|
||||||
const bool ARBCompatibility = true;
|
const bool ARBCompatibility = false;
|
||||||
|
|
||||||
const bool ForwardCompatibility = false;
|
const bool ForwardCompatibility = true;
|
||||||
|
|
||||||
// change this back to false if depending on textual spellings of texturing calls when consuming the AST
|
// change this back to false if depending on textual spellings of texturing calls when consuming the AST
|
||||||
// Using PureOperatorBuiltins=false is deprecated.
|
// Using PureOperatorBuiltins=false is deprecated.
|
||||||
|
|||||||
Reference in New Issue
Block a user