feat(wayland): WIP implement wp_presentation_time

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-08-09 00:00:58 +02:00
parent b31f6bc983
commit 00086221cd
4 changed files with 119 additions and 11 deletions

View File

@@ -337,6 +337,7 @@ fn bevy_loop(
if args.overlay_priority.is_some() {
exts.enable_extx_overlay();
}
exts.khr_convert_timespec_time = true;
exts
},
..default()