mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
glslang: disable legacy ARB_compatibility for GLSL 1.40+
This commit is contained in:
@@ -57,9 +57,9 @@
|
||||
namespace glslang {
|
||||
|
||||
// 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
|
||||
// Using PureOperatorBuiltins=false is deprecated.
|
||||
|
||||
Reference in New Issue
Block a user