From 68c7a06ad3d584728789fd049d04f903ef04c640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 1 May 2020 11:26:55 +0200 Subject: [PATCH] Platform: add a TODO for this weird EGL app implementation. --- src/Magnum/Platform/WindowlessWindowsEglApplication.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Magnum/Platform/WindowlessWindowsEglApplication.cpp b/src/Magnum/Platform/WindowlessWindowsEglApplication.cpp index 04434740e..7a85f62ad 100644 --- a/src/Magnum/Platform/WindowlessWindowsEglApplication.cpp +++ b/src/Magnum/Platform/WindowlessWindowsEglApplication.cpp @@ -36,6 +36,9 @@ namespace Magnum { namespace Platform { WindowlessWindowsEglContext::WindowlessWindowsEglContext(const Configuration& configuration, GLContext* const magnumContext) { + /** @todo device selection and skipping of eglInitialize()/Terminate() the + same way as with WindowlessEglContext */ + /* Register the window class (if not yet done) */ WNDCLASSW wc; if(!GetClassInfoW(GetModuleHandleW(nullptr), L"Magnum Windowless Application", &wc)) {