Intial Wayland EGL integration.
This commit is contained in:
parent
a4d3019f04
commit
6af296409a
20 changed files with 278 additions and 44 deletions
|
@ -12,6 +12,7 @@ int main()
|
|||
auto desktop_manager = std::make_unique<DesktopManager>();
|
||||
|
||||
WaylandWindowInterface window_interface;
|
||||
window_interface.setUseHardwareRendering(true);
|
||||
window_interface.initialize(desktop_manager.get());
|
||||
|
||||
auto window = mt::Window::Create();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue