Skip to content

Commit f927ffe

Browse files
WIP: fix(metal): unconditionally enable CLIP_DISTANCES
1 parent 28b204a commit f927ffe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wgpu-hal/src/metal/adapter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@ impl super::PrivateCapabilities {
10191019
self.timestamp_query_support
10201020
.contains(TimestampQuerySupport::INSIDE_WGPU_PASSES),
10211021
);
1022+
features.set(F::CLIP_DISTANCES, true);
10221023
features.set(
10231024
F::DUAL_SOURCE_BLENDING,
10241025
self.msl_version >= MTLLanguageVersion::Version1_2 && self.dual_source_blending,

0 commit comments

Comments
 (0)