Trait gfx_core::shade::BaseTyped [] [src]

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

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

Required Methods

Implementors