[][src]Function sapp_linux::glCopyImageSubDataNV

pub unsafe extern "C" fn glCopyImageSubDataNV(
    srcName: GLuint,
    srcTarget: GLenum,
    srcLevel: GLint,
    srcX: GLint,
    srcY: GLint,
    srcZ: GLint,
    dstName: GLuint,
    dstTarget: GLenum,
    dstLevel: GLint,
    dstX: GLint,
    dstY: GLint,
    dstZ: GLint,
    width: GLsizei,
    height: GLsizei,
    depth: GLsizei
)