macro_rules! generate_loader_id {
($ty:ident) => { ... };
}Expand description
Used to get a unique ID when implementing one of the loader traits: BytesLoader::id, ImageLoader::id, and TextureLoader::id.
This just expands to module_path!() concatenated with the given type name.