Skip to content

Commit 3a3e5e0

Browse files
SYNC POINT: merge
2 parents cb591a1 + e8736e0 commit 3a3e5e0

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)