bevy icon indicating copy to clipboard operation
bevy copied to clipboard

transmission renders black on macOS

Open mockersf opened this issue 9 months ago • 1 comments

Bevy version

main since https://github.com/bevyengine/bevy/pull/13031

[Optional] Relevant system information

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

Can also reproduce on Windows in CI, but people were not able to reproduce on Windows locally

What you did

Run example transmission

What went wrong

There seems to be no light transmission at all

Screenshot 2024-05-08 at 23 35 14

mockersf avatar May 08 '24 21:05 mockersf

I was able to reproduce this as well. An interesting side-effect is that the candle and large sphere now have a "trail" following them. (Look at the borders of both, compared to the floor.)

https://github.com/bevyengine/bevy/assets/59022059/d2a2b73f-88e5-4f75-af27-2a8fb80833d5

@pcwalton, do you have any ideas what may be happening here?

BD103 avatar May 09 '24 00:05 BD103

Also happens here on Linux.

AdapterInfo { name: "AMD Radeon RX 7900 GRE (RADV NAVI31)", vendor: 4098, device: 29772, device_type: DiscreteGpu, driver: "radv", driver_info: "Mesa 24.0.6-arch1.2", backend: Vulkan }

An interesting side-effect is that the candle and large sphere now have a "trail" following them.

@BD103 That's TAA being TAA.

Friz64 avatar May 12 '24 18:05 Friz64