Module features

Source

Re-exports§

pub use webgpu_impl::*;

Modules§

webgpu_impl 🔒
Constant values for super::FeaturesWebGPU, separated so they can be picked up by cbindgen in mozilla-central (where Firefox is developed).

Macros§

bit_array_impl 🔒
bitflags_array 🔒
Macro for creating sets of bitflags, we need this because there are almost more flags than bits in a u64, we can’t use a u128 because of FFI, and the number of flags is increasing.
bitflags_array_impl 🔒
bitflags_array_impl_assign 🔒
bitflags_independent_two_arg 🔒

Structs§

FeatureBits
Bits from Features in array form
Features
Features that are not guaranteed to be supported.
FeaturesWGPU
Features that are not guaranteed to be supported.
FeaturesWebGPU
Features that are not guaranteed to be supported.