X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Ffeatures.h;h=31825c028e47f7400cba36b7c1a9eb19690c9215;hp=36220eb352fc0e097dfa1a2ddcae378a10e6073f;hb=8f2713a3f1501e90016bb8069ecd08dde2f90e56;hpb=c6b29fbf9927467b21dca65539a1fa2c98f96e0e diff --git a/source/glsl/features.h b/source/glsl/features.h index 36220eb3..31825c02 100644 --- a/source/glsl/features.h +++ b/source/glsl/features.h @@ -20,6 +20,8 @@ struct Features bool ext_gpu_shader4; bool ext_texture_array; unsigned constant_id_range; + unsigned uniform_binding_range; + unsigned texture_binding_range; Features();