Trait tea::GlslType

source ·
pub trait GlslType {
    // Provided method
    fn to_glsl() -> String { ... }
}

Provided Methods§

Implementations on Foreign Types§

source§

impl GlslType for bool

source§

impl GlslType for f32

source§

impl GlslType for i32

source§

impl GlslType for u32

source§

impl GlslType for f64

Implementors§