Enum gfx::shade::core::BaseType [] [src]

pub enum BaseType {
    I32,
    U32,
    F32,
    F64,
    Bool,
}

Base type of this shader parameter.

Variants

I32
U32
F32
F64
Bool

Trait Implementations

Derived Implementations

impl Debug for BaseType

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

impl PartialEq<BaseType> for BaseType

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

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

impl Clone for BaseType

fn clone(&self) -> BaseType

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

impl Copy for BaseType