mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
Merge branch 'patch-2' into 'master'
Add support for OpenGLES 3.2 See merge request OpenMW/openmw!93
This commit is contained in:
commit
7941fd6780
@ -99,6 +99,9 @@ void GraphicsWindowSDL2::init()
|
||||
if (ver && strcmp(ver, "2") == 0) {
|
||||
major = 2;
|
||||
minor = 0;
|
||||
} else if (ver && strcmp(ver, "3") == 0) {
|
||||
major = 3;
|
||||
minor = 2;
|
||||
}
|
||||
|
||||
SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_ES);
|
||||
|
Loading…
x
Reference in New Issue
Block a user