[][src]Function khronos_egl::get_sync_attrib

pub unsafe fn get_sync_attrib(
    display: Display,
    sync: Sync,
    attribute: Int
) -> Result<Attrib, Error>

Return an attribute of a sync object.

This function is unsafe: If display does not match the Display passed to create_sync when sync was created, behaviour is undefined.