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

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

Base type of this shader parameter.

Variants

F32
F64
I32
U32
Bool

Trait Implementations

Derived Implementations

impl Debug for BaseType

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

impl PartialEq for BaseType

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

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

impl Clone for BaseType

fn clone(&self) -> BaseType

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

impl Copy for BaseType