We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb591a1 + e8736e0 commit 3a3e5e0Copy full SHA for 3a3e5e0
1 file changed
wgpu-hal/src/metal/adapter.rs
@@ -1039,6 +1039,7 @@ impl super::PrivateCapabilities {
1039
self.timestamp_query_support
1040
.contains(TimestampQuerySupport::INSIDE_WGPU_PASSES),
1041
);
1042
+ features.set(F::CLIP_DISTANCES, true);
1043
features.set(
1044
F::DUAL_SOURCE_BLENDING,
1045
self.msl_version >= MTLLanguageVersion::V1_2 && self.dual_source_blending,
0 commit comments