Enum ocl::enums::ImageChannelOrder [] [src]

pub enum ImageChannelOrder {
    R,
    A,
    Rg,
    Ra,
    Rgb,
    Rgba,
    Bgra,
    Argb,
    Intensity,
    Luminance,
    Rx,
    Rgx,
    Rgbx,
    Depth,
    DepthStencil,
}

Specifies the number of channels and the channel layout i.e. the memory layout in which channels are stored in the image. Valid values are described in the table below. (from SDK)

Variants

Trait Implementations

impl PartialEq<ImageChannelOrder> for ImageChannelOrder

impl Clone for ImageChannelOrder

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ImageChannelOrder

Formats the value using the given formatter.

impl Copy for ImageChannelOrder

impl FromPrimitive for ImageChannelOrder