]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/features.h
Store constant id limit as range, not max value
[libs/gl.git] / source / glsl / features.h
index c18efe05088e9c53b8d89ad7e3e2266e705a6980..36220eb352fc0e097dfa1a2ddcae378a10e6073f 100644 (file)
@@ -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();