X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fdevice.h;h=8c7e92a99f0144e6d4e0f8052314239d90913191;hb=560b11de262a6cae2c71d744598bf3fd435ab14f;hp=97a28e73f6307b852c9305808be39e7cb08a3b48;hpb=5d9ecb00aea134fa082a0fa6b9c82c643a884a32;p=libs%2Fgl.git diff --git a/source/core/device.h b/source/core/device.h index 97a28e73..8c7e92a9 100644 --- a/source/core/device.h +++ b/source/core/device.h @@ -17,6 +17,7 @@ struct DeviceLimits unsigned max_clip_planes = 6; unsigned max_vertex_attributes = 16; unsigned max_texture_bindings = 16; + unsigned max_storage_texture_bindings = 8; unsigned max_color_attachments = 8; unsigned max_samples = 4; unsigned max_uniform_bindings = 24;