]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/buffer.h
Store implementation limits in a central struct
[libs/gl.git] / source / core / buffer.h
index 7ef846681a8d487a693ac59e177fee3e68cec970..ad3084298c55e74e0cfb4296bab53a556c5cceae 100644 (file)
@@ -163,8 +163,8 @@ private:
        static bool set_current(BufferType, unsigned, const BufferRange *);
 
 public:
-       static unsigned get_n_uniform_buffer_bindings();
-       static unsigned get_uniform_buffer_alignment();
+       DEPRECATED static unsigned get_n_uniform_buffer_bindings();
+       DEPRECATED static unsigned get_uniform_buffer_alignment();
 };
 
 } // namespace GL