Trait ocl_core::OclPrm [] [src]

pub unsafe trait OclPrm: PartialEq + Copy + Clone + Default + Debug { }

A type usable within OpenCL kernels.

Includes all of the signed, unsigned, and floating point 8 bit - 64 bit scalar primitives (ex.: cl_char, cl_uint, cl_double) (exception: cl_half) and their vector counterparts (ex.: cl_int4, cl_float3, cl_short16);

Implementors