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

GL4 - 'exp' parameter of 'ldexp' is incorrectly listed as an 'out' param #137

Open LaneDibello opened 7 months ago

LaneDibello commented 7 months ago

See here

In the parameters section the second parameter exp is listed as out exp (likely copied form the frexp docs), when it is not actually an output parameter.