]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/features.h
Improve compatibility checks of location qualifiers in various contexts
[libs/gl.git] / source / glsl / features.h
index b65a61e2fc8c0690a2e380ca690755c09b47bcba..c18efe05088e9c53b8d89ad7e3e2266e705a6980 100644 (file)
@@ -11,8 +11,11 @@ struct Features
 {
        GLApi gl_api;
        Version glsl_version;
+       bool arb_enhanced_layouts;
        bool arb_explicit_attrib_location;
+       bool arb_explicit_uniform_location;
        bool arb_gpu_shader5;
+       bool arb_separate_shader_objects;
        bool arb_uniform_buffer_object;
        bool ext_gpu_shader4;
        bool ext_texture_array;