Enum gfx::shade::core::BaseType
[−]
pub enum BaseType {
I32,
U32,
F32,
F64,
Bool,
}Base type of this shader parameter.
Variants
I32U32F32F64BoolTrait Implementations
impl PartialEq<BaseType> for BaseType
fn eq(&self, __arg_0: &BaseType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Clone for BaseType
fn clone(&self) -> BaseType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Eq for BaseType
impl Copy for BaseType
impl Debug for BaseType
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.