pub fn get_texture_or_create_from_resource( identifier: impl AsRef<str>, resource_id: u32, module: HMODULE, ) -> Option<Texture>
Attempts to retrieve a texture or creates it from the given resource.