Skip to content

Commit e8736e0

Browse files
WIP: fix(metal): unconditionally enable CLIP_DISTANCES
1 parent e7966f5 commit e8736e0

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
@@ -1039,6 +1039,7 @@ impl super::PrivateCapabilities {
10391039
self.timestamp_query_support
10401040
.contains(TimestampQuerySupport::INSIDE_WGPU_PASSES),
10411041
);
1042+
features.set(F::CLIP_DISTANCES, true);
10421043
features.set(
10431044
F::DUAL_SOURCE_BLENDING,
10441045
self.msl_version >= MTLLanguageVersion::V1_2 && self.dual_source_blending,

0 commit comments

Comments
 (0)