Expand description
See https://github.com/davnotdev/spirv-webgpu-transform for more details.
Structs§
Enums§
Functions§
- combimgsampsplitter
- Perform the operation on a
Vec<u32>. Use u8_slice_to_u32_vec to convert a&[u8]into aVec<u32>Either update the existingcorrectionsor create a new one. - drefsplitter
- Perform the operation on a
Vec<u32>. Use u8_slice_to_u32_vec to convert a&[u8]into aVec<u32>. Either update the existingcorrectionsor create a new one. - u8_
slice_ to_ u32_ vec - Helper to convert a
&[u8]into aVec<u32>. - u32_
slice_ to_ u8_ vec - Helper to convert a
&[u32]into aVec<u8>.