Trait ocl::core::OclNum [] [src]

pub trait OclNum: Copy + Clone + PartialOrd + NumCast + Default + Zero + One + Add + Sub + Display + Debug + FromPrimitive + ToPrimitive + SampleRange { }

[POSSIBLY INCOMPLETE] A number compatible with OpenCL.

TODO: Clean this up.

TODO: Ensure various types of image color data are encompassed by this definition.

Implementors