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

Consecutive Underscores are reserved in GLSL 1.20 #61

Open
mattdesl opened this issue Jun 10, 2014 · 0 comments
Open

Consecutive Underscores are reserved in GLSL 1.20 #61

mattdesl opened this issue Jun 10, 2014 · 0 comments

Comments

@mattdesl
Copy link
Contributor

Running a rather large shader through glsl-optimizer with target ES20 gives me the following error in WebGL;

gl.getShaderInfoLog() ERROR: 0:80: 'q__19' : identifiers containing two consecutive underscores (__) are reserved as possible future keywords

This is defined in the spec, see 3.3:
http://www.opengl.org/registry/doc/GLSLangSpec.Full.1.20.8.pdf

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

No branches or pull requests

1 participant