KhronosGroup / OpenGL-Refpages

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

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

Open LaneDibello opened 11 months ago

LaneDibello commented 11 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.