X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Ffeatures.h;h=36220eb352fc0e097dfa1a2ddcae378a10e6073f;hp=c18efe05088e9c53b8d89ad7e3e2266e705a6980;hb=dfde6f3568c1a840232cf860f4a260a987a1433b;hpb=a3637962f082182d72998a35ea86e48d51e520c3 diff --git a/source/glsl/features.h b/source/glsl/features.h index c18efe05..36220eb3 100644 --- a/source/glsl/features.h +++ b/source/glsl/features.h @@ -19,7 +19,7 @@ struct Features bool arb_uniform_buffer_object; bool ext_gpu_shader4; bool ext_texture_array; - unsigned max_constant_id; + unsigned constant_id_range; Features();