]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/device.h
Add support for storage images in Renderer and PipelineState
[libs/gl.git] / source / core / device.h
index 97a28e73f6307b852c9305808be39e7cb08a3b48..8c7e92a99f0144e6d4e0f8052314239d90913191 100644 (file)
@@ -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;