Skip to content

Commit 816241c

Browse files
robtfmmockersf
authored andcommitted
disable macos/ios check for clustered decals (#21297)
# Objective disable macos/ios check for clustered decals ## Solution disable macos/ios check for clustered decals
1 parent 6907b05 commit 816241c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/bevy_pbr/src/decal/clustered.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,5 @@ pub fn clustered_decals_are_usable(
437437
// See issue #17553.
438438
// Re-enable this when `wgpu` has first-class bindless.
439439
binding_arrays_are_usable(render_device, render_adapter)
440-
&& cfg!(not(any(target_os = "macos", target_os = "ios")))
441440
&& cfg!(feature = "pbr_clustered_decals")
442441
}

0 commit comments

Comments
 (0)