Skip to content
New issue

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

fix wireframe after MeshUniform size reduction #9505

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

mockersf
Copy link
Member

Objective

2023-08-20T10:06:54.190347Z ERROR bevy_render::render_resource::pipeline_cache: failed to process shader:
error: no definition in scope for identifier: 'vertex_no_morph'
   ┌─ crates/bevy_pbr/src/render/wireframe.wgsl:26:94
   │
26 │     let model = bevy_pbr::mesh_functions::get_model_matrix(vertex_no_morph.instance_index);
   │                                                                                              ^^^^^^^^^^^^^^^ unknown identifier
   │
   = no definition in scope for identifier: 'vertex_no_morph'

Solution

  • Use the correct identifier

@mockersf mockersf added the A-Rendering Drawing game state to the screen label Aug 20, 2023
@alice-i-cecile alice-i-cecile added C-Examples An addition or correction to our examples C-Bug An unexpected or incorrect behavior and removed C-Examples An addition or correction to our examples labels Aug 21, 2023
@alice-i-cecile alice-i-cecile added this to the 0.12 milestone Aug 21, 2023
Copy link
Contributor

@superdump superdump left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooops.

@superdump superdump added this pull request to the merge queue Aug 21, 2023
Merged via the queue into bevyengine:main with commit bc50682 Aug 21, 2023
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants