pub fn clustered_decals_are_usable(
render_device: &RenderDevice,
render_adapter: &RenderAdapter,
) -> bool
Expand description
Returns true if clustered decals are usable on the current platform or false otherwise.
Clustered decals are currently disabled on macOS and iOS due to insufficient
texture bindings and limited bindless support in wgpu
.