wgpu/documentation/
features.rs

1/*!
2## Feature flags
3*/
4#![doc = document_features::document_features!()]
5/*!
6
7### Feature Aliases
8
9These features aren't actually features on the crate itself, but a convenient shorthand for
10complicated cases.
11
12- **`wgpu_core`** --- Enabled when there is any non-webgpu backend enabled on the platform.
13- **`naga`** --- Enabled when target `glsl` or `spirv` input is enabled, or when `wgpu_core` is enabled.
14*/
15
16use crate::Adapter;