Function get_texture_or_create_from_url

Source
pub fn get_texture_or_create_from_url(
    identifier: impl AsRef<str>,
    remote: impl AsRef<str>,
    endpoint: impl AsRef<str>,
) -> Option<Texture>
Expand description

Attempts to retrieve a texture or creates it from the given URL.