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

texelFetchOffset error #131

Open ShaneYCG opened 1 year ago

ShaneYCG commented 1 year ago

https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/texelFetchOffset.xhtml

Prototypes for the gsampler2DMS and gsampler2DMSArray variants are missing, leaving the type and position of the referenced 'sample parameter' undefined.

NogginBops commented 4 months ago

In the glsl 4.60 spec these function doesn't seem to exist. The line at the bottom about texelFetchOffset(gsampler2DMS, gsampler2DMSArray) being added in 1.50 seems like a copy paste error from texelFetch which has overloads for these.