We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the main branch, as of today: f512c853d7e5bcf91c8d411aa4c5ae3058220da8
main
f512c853d7e5bcf91c8d411aa4c5ae3058220da8
OS: Manjaro (rolling), kernel version: 5.13.19-2, using the amdgpu open source driver. GPU: Radeon RX 6600XT
5.13.19-2
amdgpu
cargo run --example 3d_scene_pipelined
A regular-looking 3d scene would be visible on screen.
The 3d scene shown was full of visual artifacts and incorrect colors:
I have verified that other wgpu-based applications work fine on my machine by testing the examples in https://github.com/gfx-rs/wgpu
The text was updated successfully, but these errors were encountered:
@superdump could it be related to #3186?
Sorry, something went wrong.
I have tested this on two other machines:
Yup. Certainly could be given the bug fixed by that simply means that it reads the shadow map value from uninitialised memory.
Or it could be just a holiday disco ball mode. :)
#3186 has been merged, could you retry with latest main?
Looks like it's fixed 👍 Thanks for the quick response!
No branches or pull requests
Bevy version
Using the
main
branch, as of today:f512c853d7e5bcf91c8d411aa4c5ae3058220da8
Operating system & version
OS: Manjaro (rolling), kernel version:
5.13.19-2
, using theamdgpu
open source driver.GPU: Radeon RX 6600XT
What you did
main
branch, after the pipelined renderer has been merged.cargo run --example 3d_scene_pipelined
.What you expected to happen
A regular-looking 3d scene would be visible on screen.
What actually happened
The 3d scene shown was full of visual artifacts and incorrect colors:
Additional information
I have verified that other wgpu-based applications work fine on my machine by testing the examples in https://github.com/gfx-rs/wgpu
The text was updated successfully, but these errors were encountered: