mirror of https://github.com/mosra/magnum.git
Browse Source
Currently XEglApplication and GlxApplication were requesting only ES2 context and SDL2 was not requesting anything in particular (but in theory should work on ES-only systems flawlessly). Now explicitly requesting ES3 if MAGNUM_TARGET_GLES3 is enabled and also explicitly requesting ES in SDL2, so it is usable also with MAGNUM_TARGET_DESKTOP_GLES.pull/51/head
5 changed files with 46 additions and 8 deletions
Loading…
Reference in new issue