pub struct WgslGenerator { /* private fields */ }Expand description
WGSL code generator for converting CUDA AST to WebGPU shaders
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WgslGenerator
impl RefUnwindSafe for WgslGenerator
impl Send for WgslGenerator
impl Sync for WgslGenerator
impl Unpin for WgslGenerator
impl UnwindSafe for WgslGenerator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more