[−][src]Function khronos_egl::wait_sync
pub fn wait_sync(display: Display, sync: Sync, flags: Int) -> Result<(), Error>
Wait in the server for a sync object to be signalled.
This function is unsafe: if display does not match the Display passed to create_sync
when sync was created, the behavior is undefined.