spitfire_draw::utils

Type Alias TextureRef

Source
pub type TextureRef = ResourceRef<Texture>;

Aliased Type§

enum TextureRef {
    Name(Cow<'static, str>),
    Object(Texture),
}

Variants§

§

Name(Cow<'static, str>)

§

Object(Texture)