We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6907b05 commit 816241cCopy full SHA for 816241c
crates/bevy_pbr/src/decal/clustered.rs
@@ -437,6 +437,5 @@ pub fn clustered_decals_are_usable(
437
// See issue #17553.
438
// Re-enable this when `wgpu` has first-class bindless.
439
binding_arrays_are_usable(render_device, render_adapter)
440
- && cfg!(not(any(target_os = "macos", target_os = "ios")))
441
&& cfg!(feature = "pbr_clustered_decals")
442
}
0 commit comments