Enum gfx::shade::core::IsArray []

pub enum IsArray {
    Array,
    NoArray,
}

Whether the sampler samples an array texture.

Variants

Trait Implementations

impl Debug for IsArray

Formats the value using the given formatter.

impl PartialEq<IsArray> for IsArray

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for IsArray

impl Eq for IsArray

impl Copy for IsArray

impl Clone for IsArray

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more