Skip to main content

Crate wgpu_naga_bridge

Crate wgpu_naga_bridge 

Source
Expand description

Conversions between naga and wgpu_types.

Functionsยง

create_validator
Create a naga::valid::Validator configured for the given feature set.
features_to_naga_capabilities
Map wgt::Features and wgt::DownlevelFlags to naga::valid::Capabilities.
map_naga_stage
Map a naga::ShaderStage to the corresponding wgt::ShaderStages flag.
map_storage_format_from_naga
Map a naga::StorageFormat to the corresponding wgt::TextureFormat.
map_storage_format_to_naga
Map a wgt::TextureFormat to the corresponding naga::StorageFormat, if any.