[][src]Type Definition makepad_glx_sys::PFNGLSIGNALSEMAPHOREEXTPROC

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