mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
Update OpenGL's backend version from 3.3 to 4.3
This commit is contained in:
parent
81306c4368
commit
5f3d7e7fa2
5 changed files with 2738 additions and 2209 deletions
|
@ -310,7 +310,7 @@ void GRenderWindow::InitRenderTarget() {
|
|||
// TODO: One of these flags might be interesting: WA_OpaquePaintEvent, WA_NoBackground,
|
||||
// WA_DontShowOnScreen, WA_DeleteOnClose
|
||||
QGLFormat fmt;
|
||||
fmt.setVersion(3, 3);
|
||||
fmt.setVersion(4, 3);
|
||||
fmt.setProfile(QGLFormat::CoreProfile);
|
||||
fmt.setSwapInterval(false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue