pub async fn load_texture(path: &str) -> Result<Texture2D, FileError>
Expand description

Loads a Texture2D from a file into GPU memory.