Enum ocl::enums::ChannelType [] [src]

pub enum ChannelType {
    SnormInt8,
    SnormInt16,
    UnormInt8,
    UnormInt16,
    UnormShort_565,
    UnormShort_555,
    UnormInt_101010,
    SignedInt8,
    SignedInt16,
    SignedInt32,
    UnsignedInt8,
    UnsignedInt16,
    UnsignedInt32,
    HalfFloat,
    Float,
    UnormInt24,
}

cl_channel_type

Variants

Trait Implementations

impl PartialEq<ChannelType> for ChannelType

impl Clone for ChannelType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelType

Formats the value using the given formatter.

impl Copy for ChannelType

impl FromPrimitive for ChannelType