diff --git a/src/dlangui/graphics/glsupport.d b/src/dlangui/graphics/glsupport.d index d2896ec4..fccea738 100644 --- a/src/dlangui/graphics/glsupport.d +++ b/src/dlangui/graphics/glsupport.d @@ -85,7 +85,7 @@ class GLProgram { } private void compatibilityFixes(ref char[] code, GLuint type) { - if (glslversionInt < 150) + //if (glslversionInt < 150) code = replace(code, " texture(", " texture2D("); }