- Setup EGL context for Wayland. Test window now opens as black rectangle.

This commit is contained in:
2025-12-15 13:20:08 -05:00
parent 5dcb58f53c
commit 1acf00138a
36 changed files with 992 additions and 80 deletions

View File

@@ -48,7 +48,10 @@ inline void fennec_test_platform() {
window->show();
while (window->is_running()) {
window->dispatch();
window->begin_frame();
window->end_frame();
display->dispatch();
}
window->hide();