Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

texelFetchOffset error #131

Open
ShaneYCG opened this issue Jul 12, 2023 · 1 comment · May be fixed by #142
Open

texelFetchOffset error #131

ShaneYCG opened this issue Jul 12, 2023 · 1 comment · May be fixed by #142

Comments

@ShaneYCG
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants