Trait ocl_core::OclVec [] [src]

pub unsafe trait OclVec: OclPrm + OclNum { }

A vector 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