Crate spirv_webgpu_transform

Crate spirv_webgpu_transform 

Source
Expand description

Structs§

CorrectionBinding
CorrectionMap
CorrectionSet

Enums§

CorrectionType

Functions§

combimgsampsplitter
Perform the operation on a Vec<u32>. Use u8_slice_to_u32_vec to convert a &[u8] into a Vec<u32> Either update the existing corrections or create a new one.
drefsplitter
Perform the operation on a Vec<u32>. Use u8_slice_to_u32_vec to convert a &[u8] into a Vec<u32>. Either update the existing corrections or create a new one.
u8_slice_to_u32_vec
Helper to convert a &[u8] into a Vec<u32>.
u32_slice_to_u8_vec
Helper to convert a &[u32] into a Vec<u8>.