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

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

fn get_base_type() -> BaseType

Loading content...

Implementations on Foreign Types

impl BaseTyped for i32[src]

impl BaseTyped for u32[src]

impl BaseTyped for f32[src]

impl BaseTyped for f64[src]

impl BaseTyped for bool[src]

Loading content...

Implementors

Loading content...