Skip to content

Commit 7933dd7

Browse files
committed
docs(types): note intent to move EXTERNAL_TEXTURE to a downlevel flag
1 parent 4a7b6ab commit 7933dd7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

wgpu-types/src/features.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,11 @@ bitflags_array! {
535535

536536
/// Features that are not guaranteed to be supported.
537537
///
538-
/// These are extension features supported by wgpu when targeting native. For all features see [`Features`]
538+
/// Most of these are native-only extension features supported by wgpu only when targeting
539+
/// native. A few are intended to align with a proposed WebGPU extension, and one
540+
/// (`EXTERNAL_TEXTURE`) controls WebGPU-specified behavior that is not optional in the
541+
/// standard, but that we don't want to make a [`crate::DownlevelFlags`] until the
542+
/// implementation is more complete. For all features see [`Features`].
539543
///
540544
/// If you want to use a feature, you need to first verify that the adapter supports
541545
/// the feature. If the adapter does not support the feature, requesting a device with it enabled

0 commit comments

Comments
 (0)