diff --git a/hecl/lib/Backend/GLSL.cpp b/hecl/lib/Backend/GLSL.cpp index 3403f9a0e..08fe02e1d 100644 --- a/hecl/lib/Backend/GLSL.cpp +++ b/hecl/lib/Backend/GLSL.cpp @@ -205,7 +205,6 @@ std::string GLSL::makeFrag(const char* glslVer, bool alphaTest, "\n#extension GL_ARB_shader_image_load_store: enable\n" BOO_GLSL_BINDING_HEAD + GenerateVertToFragStruct(0) + (!alphaTest ? - "\n#extension GL_ARB_shader_image_load_store: enable\n" "#ifdef GL_ARB_shader_image_load_store\n" "layout(early_fragment_tests) in;\n" "#endif\n" : "") +