[][src]Trait fil_ocl_core::OclScl

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

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

impl OclScl for u8[src]

impl OclScl for i8[src]

impl OclScl for u16[src]

impl OclScl for i16[src]

impl OclScl for u32[src]

impl OclScl for i32[src]

impl OclScl for u64[src]

impl OclScl for i64[src]

impl OclScl for usize[src]

impl OclScl for isize[src]

impl OclScl for f32[src]

impl OclScl for f64[src]

Loading content...

Implementors

Loading content...