[][src]Function sapp_linux::glLGPUCopyImageSubDataNVX

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