[][src]Function sapp_linux::glCompressedTexImage1DARB

pub unsafe extern "C" fn glCompressedTexImage1DARB(
    target: GLenum,
    level: GLint,
    internalformat: GLenum,
    width: GLsizei,
    border: GLint,
    imageSize: GLsizei,
    data: *const c_void
)