Macro burn_wgpu::unary

source ·
macro_rules! unary {
    (
        $struct:ident,
        func $func:expr
    ) => { ... };
    (
        $struct:ident,
        body $body:expr
    ) => { ... };
    (
        $struct:ident,
        func $func:expr,
        include $file:expr
    ) => { ... };
}
Expand description

Creates a unary kernel.