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

type PFNGLSIGNALSEMAPHOREEXTPROC = Option<unsafe extern "C" fn(semaphore: GLuint, numBufferBarriers: GLuint, buffers: *const GLuint, numTextureBarriers: GLuint, textures: *const GLuint, dstLayouts: *const GLenum)>;