Trait rust_gpu_tools::opencl::KernelArgument[][src]

pub trait KernelArgument<'a> {
    fn push(&self, kernel: &mut Kernel<'a>);
}

Required methods

Implementations on Foreign Types

Implementors