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
see https://gpuweb.github.io/gpuweb/wgsl/#predeclared
The text was updated successfully, but these errors were encountered:
Shadowing built-in functions should work in gfx-rs/naga#2075. Types however are all reserved keywords.
Sorry, something went wrong.
Shadowing built-in functions should work in gfx-rs/naga#2075.
I looked at gfx-rs/naga#2075 but it doesn't look to me like user-defined types take priority over predeclared types.
Types however are all reserved keywords.
gfx-rs/naga#2130 will unreserve types
We can resolve this in a separate PR and add tests to make sure we got it working.
No branches or pull requests
see https://gpuweb.github.io/gpuweb/wgsl/#predeclared
The text was updated successfully, but these errors were encountered: