bevyengine / bevy

A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
36.46k stars 3.6k forks source link

There are flashing color brick on the text when running breakout example. #16487

Closed C-Entropy closed 15 hours ago

C-Entropy commented 5 days ago

Bevy version

git log -1
commit 636e99c9fb384fc28ae522fac10ab8811f14c9ff (HEAD -> main, origin/main, origin/HEAD)

The release number or commit hash of the version you're using.

[Optional] Relevant system information

uname -a
Linux Gentoo 6.12.0-gentoo #1 SMP PREEMPT_RT Fri Nov 22 17:12:16 CST 2024 x86_64 AMD Ryzen 9 5900HX with Radeon Graphics AuthenticAMD GNU/Linux

If you cannot get Bevy to build or run on your machine, please include:

If your bug is rendering-related, copy the adapter info that appears when you run Bevy.

`AdapterInfo { name: "NVIDIA GeForce RTX 2070", vendor: 4318, device: 7938, device_type: DiscreteGpu, backend: Vulkan }`

You should also consider testing the examples of our upstream dependencies to help isolate any setup-specific issue:

What you did

cargo run --features wayland --example breakout

What went wrong

If it's not clear, break this out into:

There are flashing color brick(sorry I don't know what exactly it should be called) on the text part.

Additional information

Other information that can be used to further reproduce or isolate the problem. This commonly includes:

rparrett commented 5 days ago

Looks like https://github.com/bevyengine/bevy/issues/7944

C-Entropy commented 15 hours ago

I think they may be same, close this for now.