pub fn get_texture_or_create_from_url( identifier: impl AsRef<str>, remote: impl AsRef<str>, endpoint: impl AsRef<str>, ) -> Option<Texture>
Attempts to retrieve a texture or creates it from the given URL.