- Setup EGL context for Wayland. Test window now opens as black rectangle.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user