winewayland.drv: Implement OpenGL context creation.
commite8f7660c7597c30680a6e70317ac2136082a0e03
authorAlexandros Frantzis <alexandros.frantzis@collabora.com>
Tue, 14 Sep 2021 10:44:37 +0000 (14 13:44 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 6 Mar 2024 18:12:12 +0000 (6 19:12 +0100)
treedc61dce3be395bf04a6846327fbeed3af69bee05
parente7ccb1480abd105ca6a56484a25c4d07e65704a4
winewayland.drv: Implement OpenGL context creation.

Each WGL context is backed by a config-less EGL context. We require the
EGL_KHR_no_config_context extension.
dlls/winewayland.drv/opengl.c