vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
//! WGSL lowering source for `buffer.byte_swap_u32`.

/// Dispatchable WGSL kernel for `u32` byte swapping.
pub const WGSL: &str = include_str!("../byte_swap_u32.wgsl");