1
2
3
4
pub mod material_uniforms {
    pub const TINT_NAME: &str = "tint";
    pub const MAIN_IMAGE_TILING_NAME: &str = "mainImageTiling";
}