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
The "label" shader has a compilation error on some windows configuration due to the unfortunate use of char as variable name.
char
vertex_shader ============= 0(6) : error C0000: syntax error, unexpected reserved word "char", expecting ';' at token "char" 0(14) : error C7506: OpenGL does not define the global type char 0(14) : error C0000: syntax error, unexpected ';', expecting '(' at token ";"
The text was updated successfully, but these errors were encountered:
54c9ff0
Fixed shader compilation issue due to bad variable naming (fixes #210)
f146b5f
58e8f28
No branches or pull requests
The "label" shader has a compilation error on some windows configuration due to the unfortunate use of
char
as variable name.The text was updated successfully, but these errors were encountered: