Skip to main content

glCompressedTextureImage2D

Function glCompressedTextureImage2D 

Source
pub unsafe extern "C" fn glCompressedTextureImage2D(
    texture: u32,
    level: i32,
    internalFormat: u32,
    width: i32,
    height: i32,
    border: i32,
    imageSize: i32,
    data: *const c_void,
)