X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Ffeatures.h;h=c18efe05088e9c53b8d89ad7e3e2266e705a6980;hb=a8472c4fc8bce5db0d50d920f9c4159bda631e30;hp=b65a61e2fc8c0690a2e380ca690755c09b47bcba;hpb=c1b42fd479c5ca4cbab258ee0fa5c7cac319f928;p=libs%2Fgl.git diff --git a/source/glsl/features.h b/source/glsl/features.h index b65a61e2..c18efe05 100644 --- a/source/glsl/features.h +++ b/source/glsl/features.h @@ -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;