Skip to content

Commit 0c4e6bc

Browse files
WIP: fix(metal): unconditionally enable CLIP_DISTANCES
1 parent b6cd642 commit 0c4e6bc

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
@@ -1043,6 +1043,7 @@ impl super::PrivateCapabilities {
10431043
self.timestamp_query_support
10441044
.contains(TimestampQuerySupport::INSIDE_WGPU_PASSES),
10451045
);
1046+
features.set(F::CLIP_DISTANCES, true);
10461047
features.set(
10471048
F::DUAL_SOURCE_BLENDING,
10481049
self.msl_version >= MTLLanguageVersion::Version1_2 && self.dual_source_blending,

0 commit comments

Comments
 (0)