Enum gfx::device::shade::IsArray [] [src]

pub enum IsArray {
    Array,
    NoArray,
}

Whether the sampler samples an array texture.

Variants

Array
NoArray

Trait Implementations

Derived Implementations

impl Debug for IsArray

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for IsArray

fn eq(&self, __arg_0: &IsArray) -> bool

fn ne(&self, __arg_0: &IsArray) -> bool

impl Clone for IsArray

fn clone(&self) -> IsArray

fn clone_from(&mut self, source: &Self)

impl Copy for IsArray