pub fn get_texture_or_create_from_memory( identifier: impl AsRef<str>, memory: impl AsRef<[u8]>, ) -> Option<Texture>
Attempts to retrieve a texture or creates it from the given memory.