[][src]Trait spirv_struct_layout::CheckSpirvStruct

pub trait CheckSpirvStruct {
    fn check_spirv_layout(name: &str, spirv: Vec<u32>);
}

Trait for structs that should have their layout checked against a SPIRV type

Required methods

fn check_spirv_layout(name: &str, spirv: Vec<u32>)

Check this struct against the named instance in the given spirv

Loading content...

Implementors

Loading content...