KhronosGroup / OpenGL-Refpages

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

glMapNamedBufferRange takes a `GLsizeiptr` #39

Closed NicolBolas closed 5 years ago

NicolBolas commented 6 years ago

The doc says it takes GLsizei, while the specification says GLsizeiptr.

Apparently, this is true of many Named functions.