Skip to main content

Crate gpu_kernel_proc_macros

Crate gpu_kernel_proc_macros 

Source
Expand description

The procedural macros used to implement gpu-kernel.

See the individual macros or the gpu-kernel crate for documentation.

Macros§

kernel_lib_impl_dbg
The kernel_lib!() macro, compiling the crate in debug mode.
kernel_lib_impl_rel
The kernel_lib!() macro, compiling the crate in release mode.

Attribute Macros§

kernel
Declare a function as a GPU kernel.