Trait rin::scene::renderer::ToGlinShaderPrecision[][src]

pub trait ToGlinShaderPrecision {
    pub fn to_glin(self) -> ShaderPrecision;
}

Required methods

pub fn to_glin(self) -> ShaderPrecision[src]

Loading content...

Implementors

impl ToGlinShaderPrecision for ShaderPrecision[src]

Loading content...