Skip to main content

upload_matcap_texture

Function upload_matcap_texture 

Source
pub fn upload_matcap_texture(
    device: &Device,
    queue: &Queue,
    label: &str,
    width: u32,
    height: u32,
    rgba_data: &[f32],
) -> Texture
Expand description

Upload a decoded matcap image as a GPU texture.