[go: up one dir, main page]

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

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

Base type of this shader parameter.

Variants

Trait Implementations

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 Clone for BaseType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for BaseType

impl Copy for BaseType

impl Debug for BaseType

Formats the value using the given formatter.

impl Hash for BaseType