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
Bevy version : 0.12.1
With new update my old wgsl shader code in broaken:
struct Poly6 { c0:vec3<f32>, c1:vec3<f32>, c2:vec3<f32>, c3:vec3<f32>, c4:vec3<f32>, c5:vec3<f32>, c6:vec3<f32>, }
Error message:
**error: Composable module identifiers must not require substitution according to naga writeback rules: c0**
The text was updated successfully, but these errors were encountered:
you found the related issue - unfortunately you still can't have struct member names that end with numbers.
Sorry, something went wrong.
No branches or pull requests
Bevy version : 0.12.1
With new update my old wgsl shader code in broaken:
Error message:
The text was updated successfully, but these errors were encountered: