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

declaration typo in memoryBarrier man page #48

Closed dgkoch closed 5 years ago

dgkoch commented 5 years ago

In https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/memoryBarrier.xhtml and https://www.khronos.org/registry/OpenGL-Refpages/es3/html/memoryBarrier.xhtml

the declaration of memoryBarrier() is incorrect.

The return value really should be void, not uint, based on the GLSL specification.