[−][src]Function sapp_linux::glCompressedTextureSubImage2D
pub unsafe extern "C" fn glCompressedTextureSubImage2D(
texture: GLuint,
level: GLint,
xoffset: GLint,
yoffset: GLint,
width: GLsizei,
height: GLsizei,
format: GLenum,
imageSize: GLsizei,
data: *const c_void
)