KhronosGroup / OpenGL-Refpages

OpenGL and OpenGL ES reference page sources, and generated HTML used as backing store for khronos.org
424 stars 131 forks source link

glVertexAttribFormat man page has incorrect description for relativeoffset #123

Open tksuoran opened 1 year ago

tksuoran commented 1 year ago

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.