[][src]Type Definition glu_sys::glu::PFNGLMULTICASTCOPYIMAGESUBDATANVPROC

type PFNGLMULTICASTCOPYIMAGESUBDATANVPROC = Option<unsafe extern "C" fn(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)>;