X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Ffeatures.h;h=b65a61e2fc8c0690a2e380ca690755c09b47bcba;hb=c1b42fd479c5ca4cbab258ee0fa5c7cac319f928;hp=8f7a3e7c342eb69d12856c93f1f9af6ae017aaf4;hpb=c0be4e4ae1a8b6ac31ff6b7080e2242c13d947ff;p=libs%2Fgl.git diff --git a/source/glsl/features.h b/source/glsl/features.h index 8f7a3e7c..b65a61e2 100644 --- a/source/glsl/features.h +++ b/source/glsl/features.h @@ -16,10 +16,12 @@ struct Features bool arb_uniform_buffer_object; bool ext_gpu_shader4; bool ext_texture_array; + unsigned max_constant_id; Features(); static Features from_context(); + static Features all(); }; } // namespace SL