X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Ffeatures.h;h=28cefd0b411661af1a0c6f88b96918a5bc6e0ad0;hb=abcd1fa06f9fab27c5934b4069523dd009862b18;hp=e0d7dd77ceb3982ec6ed60bb543b26799cd9604e;hpb=aa389f9840d961f7edbcf64eadced812134d8481;p=libs%2Fgl.git diff --git a/source/glsl/features.h b/source/glsl/features.h index e0d7dd77..28cefd0b 100644 --- a/source/glsl/features.h +++ b/source/glsl/features.h @@ -22,6 +22,7 @@ struct Features unsigned constant_id_range = 0x80000000U; unsigned uniform_binding_range = 24; unsigned texture_binding_range = 16; + unsigned storage_texture_binding_range = 8; static Features from_api_version(GraphicsApi, const Version &); static Features latest(GraphicsApi);