X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Ffeatures.h;h=31825c028e47f7400cba36b7c1a9eb19690c9215;hb=8f2713a3f1501e90016bb8069ecd08dde2f90e56;hp=b65a61e2fc8c0690a2e380ca690755c09b47bcba;hpb=c1b42fd479c5ca4cbab258ee0fa5c7cac319f928;p=libs%2Fgl.git diff --git a/source/glsl/features.h b/source/glsl/features.h index b65a61e2..31825c02 100644 --- a/source/glsl/features.h +++ b/source/glsl/features.h @@ -11,12 +11,17 @@ 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; - unsigned max_constant_id; + unsigned constant_id_range; + unsigned uniform_binding_range; + unsigned texture_binding_range; Features();