We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When (for example?) enabling EXT_frag_depth in host code and adding:
#extension GL_EXT_frag_depth : enable //... void main() { //... gl_FragDepthEXT = gl_FragCoord.z; }
The fragment code window is in error display mode ("undefined variable gl_FragDepthEXT") despite correctly compiling, executing and rendering.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When (for example?) enabling EXT_frag_depth in host code and adding:
The fragment code window is in error display mode ("undefined variable gl_FragDepthEXT") despite correctly compiling, executing and rendering.
The text was updated successfully, but these errors were encountered: