Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Composable module identifiers error #71

Open
Bcompartment opened this issue Jan 1, 2024 · 1 comment
Open

Composable module identifiers error #71

Bcompartment opened this issue Jan 1, 2024 · 1 comment

Comments

@Bcompartment
Copy link

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**

Screenshot_266

@robtfm
Copy link
Collaborator

robtfm commented Jan 4, 2024

you found the related issue - unfortunately you still can't have struct member names that end with numbers.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants