diff --git a/doc/opengl-mapping.dox b/doc/opengl-mapping.dox index 6784f3980..c1ab1a932 100644 --- a/doc/opengl-mapping.dox +++ b/doc/opengl-mapping.dox @@ -343,7 +343,7 @@ OpenGL function | Matching API @def_gl{MAX_UNIFORM_BUFFER_BINDINGS} | @ref Buffer::maxUniformBindings() @def_gl{MAX_UNIFORM_LOCATIONS} | @ref AbstractShaderProgram::maxUniformLocations() @def_gl{MAX_VERTEX_ATTRIBS} | @ref AbstractShaderProgram::maxVertexAttributes() -@def_gl{MAX_VERTEX_ATTRIB_BINDINGS} | @ref Buffer::maxVertexAttributeBindings() +@def_gl{MAX_VERTEX_ATTRIB_BINDINGS} | | @def_gl{MAX_VERTEX_ATTRIB_RELATIVE_OFFSET} | | @def_gl{MAX_VIEWPORTS} | | @def_gl{MAX_VIEWPORT_DIMS} | @ref AbstractFramebuffer::maxViewportSize() diff --git a/src/Magnum/Buffer.h b/src/Magnum/Buffer.h index c64f03ad3..0da729a9c 100644 --- a/src/Magnum/Buffer.h +++ b/src/Magnum/Buffer.h @@ -479,15 +479,6 @@ class MAGNUM_EXPORT Buffer: public AbstractObject { static Int maxUniformBindings(); #endif - /** - * @brief Max supported vertex buffer binding count - * - * The result is cached, repeated queries don't result in repeated - * OpenGL calls. - * @see @fn_gl{Get} with @def_gl{MAX_VERTEX_ATTRIB_BINDINGS} - */ - static Int maxVertexAttributeBindings(); - /** * @brief Unbind any buffer from given target * @param target %Target