bevy/crates/bevy_pbr/src/decal
Patrick Walton 7aeb1c51a6
Disable clustered decals on Metal. (#17554)
Unfortunately, Apple platforms don't have enough texture bindings to
properly support clustered decals. This should be fixed once `wgpu` has
first-class bindless texture support. In the meantime, we disable them.

Closes #17553.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2025-01-27 05:39:07 +00:00
..
clustered.rs Disable clustered decals on Metal. (#17554) 2025-01-27 05:39:07 +00:00
clustered.wgsl Implement basic clustered decal projectors. (#17315) 2025-01-26 20:13:39 +00:00
forward_decal.wgsl Forward decals (port of bevy_contact_projective_decals) (#16600) 2025-01-15 02:31:30 +00:00
forward.rs Forward decals (port of bevy_contact_projective_decals) (#16600) 2025-01-15 02:31:30 +00:00
mod.rs Implement basic clustered decal projectors. (#17315) 2025-01-26 20:13:39 +00:00