Trait gfx::shade::core::BaseTyped[][src]

pub trait BaseTyped {
    pub fn get_base_type() -> BaseType;
}

A trait that statically links simple data types to base types of the shader constants.

Required methods

pub fn get_base_type() -> BaseType[src]

Loading content...

Implementations on Foreign Types

impl BaseTyped for i32[src]

impl BaseTyped for f64[src]

impl BaseTyped for bool[src]

impl BaseTyped for u32[src]

impl BaseTyped for f32[src]

Loading content...

Implementors

Loading content...