File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -535,7 +535,11 @@ bitflags_array! {
535
535
536
536
/// Features that are not guaranteed to be supported.
537
537
///
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`].
539
543
///
540
544
/// If you want to use a feature, you need to first verify that the adapter supports
541
545
/// the feature. If the adapter does not support the feature, requesting a device with it enabled
You can’t perform that action at this time.
0 commit comments