Browse Source

Platform: add a TODO for this weird EGL app implementation.

pull/432/merge
Vladimír Vondruš 6 years ago
parent
commit
68c7a06ad3
  1. 3
      src/Magnum/Platform/WindowlessWindowsEglApplication.cpp

3
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)) {

Loading…
Cancel
Save