OpenGL-Refpages icon indicating copy to clipboard operation
OpenGL-Refpages copied to clipboard

texelFetchOffset error

Open ShaneYCG opened this issue 1 year ago • 1 comments

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.

ShaneYCG avatar Jul 12 '23 22:07 ShaneYCG

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.

NogginBops avatar Mar 16 '24 18:03 NogginBops