[][src]Function sapp_linux::glMulticastCopyImageSubDataNV

pub unsafe extern "C" fn glMulticastCopyImageSubDataNV(
    srcGpu: GLuint,
    dstGpuMask: GLbitfield,
    srcName: GLuint,
    srcTarget: GLenum,
    srcLevel: GLint,
    srcX: GLint,
    srcY: GLint,
    srcZ: GLint,
    dstName: GLuint,
    dstTarget: GLenum,
    dstLevel: GLint,
    dstX: GLint,
    dstY: GLint,
    dstZ: GLint,
    srcWidth: GLsizei,
    srcHeight: GLsizei,
    srcDepth: GLsizei
)