Trait ocl_core::OclScl
[−]
[src]
pub unsafe trait OclScl: OclPrm + OclNum + NumCast + FromPrimitive + ToPrimitive + 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.