Trait ocl::traits::OclScl []

pub unsafe trait OclScl: OclPrm + OclNum + ToPrimitive + FromPrimitive + NumCast + SampleRange { }

A scalar type usable within OpenCL kernels.

To describe the contents of buffers, etc., prefer using the more general OclPrm trait unless numeric operations are required.

Implementors