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

texelFetch / texelFetchOffset errors #40

Closed magcius closed 5 years ago

magcius commented 6 years ago

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

texelFetch, as its third parameter, names a non-existent type "sample" for the sample parameter.

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

texelFetchOffset suggests all offsets are of type "int" even for sample2D / sample3D.