pub type TextureRef = ResourceRef<Texture>;
pub enum TextureRef { Name(Cow<'static, str>), Object(Texture), }