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