Skip to content

Borders example is broken on some machines #15563

@Trashtalk217

Description

@Trashtalk217

Bevy version

main: commit 956d9cc

Relevant system information

AdapterInfo { name: "Intel(R) UHD Graphics 620 (KBL GT2)", vendor: 32902, device: 22807, device_type: IntegratedGpu, driver: "Intel open-source Mesa driver", driver_info: "Mesa 24.1.6-arch1.1", backend: Vulkan }

What you did

cargo run --example borders

What went wrong

It's supposed to look like this:
image

But the rounded borders flicker out of existence immediately after loading:
image

Additional information

I have a strong suspicion that this has to do with #15163, which was merged 5 days ago, so I'm pinging @ickshonpe. The fact that it's very briefly visible also makes me think that this might be a TemporaryRenderEntity while it is supposed to persist. I'm not sure however as I believe I've tested this before merging #15320, and it was also broken.

Actually I'm 90% sure that it's a TemporaryRenderEntity while it isn't supposed to be.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-UIGraphical user interfaces, styles, layouts, and widgetsC-BugAn unexpected or incorrect behaviorC-Machine-SpecificThis bug is isolated to specific hardware or driver configurationsS-Needs-InvestigationThis issue requires detective work to figure out what's going wrong

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions