Function get_texture_or_create_from_resource

Source
pub fn get_texture_or_create_from_resource(
    identifier: impl AsRef<str>,
    resource_id: u32,
    module: HMODULE,
) -> Option<Texture>
Expand description

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