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.