X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fdevice.h;h=97a28e73f6307b852c9305808be39e7cb08a3b48;hp=2b75e4c81a9d9613ee478fc64ac1e99c4aac3517;hb=HEAD;hpb=d16d28d2ccf7c6255204f02975834f713ff1df08 diff --git a/source/core/device.h b/source/core/device.h index 2b75e4c8..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; @@ -48,7 +49,8 @@ private: static Device *current; public: - Device(Graphics::Window &, const DeviceOptions & = DeviceOptions()); + Device(Graphics::Window &); + Device(Graphics::Window &, const DeviceOptions &); ~Device(); using DeviceBackend::get_context;