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

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

Base type of this shader parameter.

Variants

Trait Implementations

impl Debug for BaseType

Formats the value using the given formatter.

impl PartialEq<BaseType> for BaseType

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

This method tests for !=.

impl Hash for BaseType

impl Eq for BaseType

impl Copy for BaseType

impl Clone for BaseType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more