Trait gfx_core::shade::BaseTyped [−][src]
A trait that statically links simple data types to base types of the shader constants.
A trait that statically links simple data types to base types of the shader constants.
fn get_base_type() -> BaseType
[src]impl BaseTyped for i32
[src]fn get_base_type() -> BaseType
[src]impl BaseTyped for u32
[src]fn get_base_type() -> BaseType
[src]impl BaseTyped for f32
[src]fn get_base_type() -> BaseType
[src]impl BaseTyped for f64
[src]fn get_base_type() -> BaseType
[src]impl BaseTyped for bool
[src]fn get_base_type() -> BaseType
[src]