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
Putting #version 450 as the first line of the shader makes the parser return Error(Many1).
#version 450
Error(Many1)
The text was updated successfully, but these errors were encountered:
I guess that technically this is a directive for the preprocessor, but I think it's mandatory so returning an error is not great.
Sorry, something went wrong.
Yeah, preprocessor is not handled yet. I’ll write a parser for this one.
No branches or pull requests
Putting
#version 450
as the first line of the shader makes the parser returnError(Many1)
.The text was updated successfully, but these errors were encountered: