Skip to main content

assert_wgsl_bindings_covered

Function assert_wgsl_bindings_covered 

Source
pub fn assert_wgsl_bindings_covered(
    wgsl_source: &str,
    group: u32,
    rust_bindings: &[u32],
) -> Result<(), String>
Expand description

Every WGSL-declared binding must exist in the Rust bind-group layout manifest.