You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-06-27T16:29:16.162709Z ERROR bevy_render::render_resource::pipeline_cache: failed to process shader:
error: failed to build a valid final module: Type [36] 'FragmentInput' is invalid
┌─ shaders/fallback_image_test.wgsl:34:1
│
34 │ struct FragmentInput {
│ ^^^^^^^^^^^^^^^^^^^^^^ naga::Type [36]
│
= Structure types must have at least one member
The text was updated successfully, but these errors were encountered:
# Objective
Fixes#8967
## Solution
I think this example was just missed in #5703. I made the same sort of
changes to `fallback_image` that were made in other examples in that PR.
Bevy version
main, bisected to 10f5c92
Relevant system information
What you did
cargo run --example fallback_image
What went wrong
The text was updated successfully, but these errors were encountered: