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

Implementations on Foreign Types

impl BaseTyped for i32
[src]

impl BaseTyped for u32
[src]

impl BaseTyped for f32
[src]

impl BaseTyped for bool
[src]

Implementors