X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fdevice.h;h=8c7e92a99f0144e6d4e0f8052314239d90913191;hp=97a28e73f6307b852c9305808be39e7cb08a3b48;hb=2a70fecfbbe8708be2bdaa75d222dd5a889a8ed3;hpb=569772f5aba5380a48002cd73b8d33eb25fd4048 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;