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

Fix return type of OpenGL ES 3.x glFramebufferRenderbuffer to match header files #23

Closed inio closed 7 years ago

inio commented 7 years ago

Currently glFramebufferRenderbuffer is listed as returning GLsync in the OpenGL ES 3.0, 3.1, and 3.2 refpages. This change fixes the return type to be correctly listed as void.