X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fglsl%2Ffeatures.h;h=b65a61e2fc8c0690a2e380ca690755c09b47bcba;hb=c1b42fd479c5ca4cbab258ee0fa5c7cac319f928;hp=8d32f8beefa35254a3d1cce8bb1b8c72b2e91979;hpb=d9d7ab44d5f88c4537906e77c49db06d6bdc099c;p=libs%2Fgl.git diff --git a/source/glsl/features.h b/source/glsl/features.h index 8d32f8be..b65a61e2 100644 --- a/source/glsl/features.h +++ b/source/glsl/features.h @@ -16,6 +16,7 @@ struct Features bool arb_uniform_buffer_object; bool ext_gpu_shader4; bool ext_texture_array; + unsigned max_constant_id; Features();