OpenGL-Refpages icon indicating copy to clipboard operation
OpenGL-Refpages copied to clipboard

glVertexAttribFormat man page has incorrect description for relativeoffset

Open tksuoran opened this issue 2 years ago • 0 comments

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glVertexAttribFormat.xhtml

says:

relativeoffset The distance between elements within the buffer.

Section 10.3. in OpenGL 4.6 (Core Profile) - May 5, 2022 says:

relativeoffset is a byte offset of the first element relative to the start of the vertex buffer binding this attribute fetches from.

tksuoran avatar Aug 21 '22 13:08 tksuoran