[][src]Function sapp_linux::glCopyTextureSubImage2DEXT

pub unsafe extern "C" fn glCopyTextureSubImage2DEXT(
    texture: GLuint,
    target: GLenum,
    level: GLint,
    xoffset: GLint,
    yoffset: GLint,
    x: GLint,
    y: GLint,
    width: GLsizei,
    height: GLsizei
)