Skip to content

Error in fallback_image example #8967

@rparrett

Description

@rparrett

Bevy version

main, bisected to 10f5c92

Relevant system information

AdapterInfo { name: "Apple M1 Max", vendor: 0, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend: Metal }
SystemInfo { os: "MacOS 13.4.1 ", kernel: "22.5.0", cpu: "Apple M1 Max", core_count: "10", memory: "64.0 GiB" }

What you did

cargo run --example fallback_image

What went wrong

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-BugAn unexpected or incorrect behaviorS-Needs-TriageThis issue needs to be labelled

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions