Trait ocl_core::OclScl

source ·
pub unsafe trait OclScl: OclPrm + OclNum + NumCast + FromPrimitive + ToPrimitive { }
Expand description

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.

Implementations on Foreign Types

Implementors