-
Notifications
You must be signed in to change notification settings - Fork 5
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
glsl lang validator #1
Comments
It's not implemented yet, but sounds like a good idea. I don't have much time at the moment so a pull request would be definitely appreciated. |
Ok I'll have a go then. ( I'd like to check about implementing -D flag (preprocess glsl only, no compilation) too if possible, would allow to double check real code compiled) For now, first try at compiliing on ubuntu 16 is a no go ( emcc 1.22.1, clang 3.8 )
gives me compilation errors |
Would there be a way to get info log from the compiler ?
Like the standalone glslvalidator does
The text was updated successfully, but these errors were encountered: