pub fn decode_texture_data( format: TextureFormat, width: u32, height: u32, data: Vec<u8>, ) -> Result<RgbaImage>
Quick function to decode texture data