pub fn upload_matcap_texture( device: &Device, queue: &Queue, label: &str, width: u32, height: u32, rgba_data: &[f32], ) -> Texture
Upload a decoded matcap image as a GPU texture.