Enum ocl::enums::FilterMode [] [src]

pub enum FilterMode {
    Nearest,
    Linear,
}

cl_filter_mode

Variants

Trait Implementations

impl PartialEq<FilterMode> for FilterMode

impl Clone for FilterMode

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterMode

Formats the value using the given formatter.

impl Copy for FilterMode

impl FromPrimitive for FilterMode