mirror of
https://github.com/yawut/SDL.git
synced 2026-08-25 10:14:57 -05:00
Renamed SDL_GL_CONTEXT_PROFILE_ES2 to SDL_GL_CONTEXT_PROFILE_ES
This commit is contained in:
@@ -193,8 +193,7 @@ typedef enum
|
||||
{
|
||||
SDL_GL_CONTEXT_PROFILE_CORE = 0x0001,
|
||||
SDL_GL_CONTEXT_PROFILE_COMPATIBILITY = 0x0002,
|
||||
SDL_GL_CONTEXT_PROFILE_ES = 0x0004,
|
||||
SDL_GL_CONTEXT_PROFILE_ES2 = 0x0004
|
||||
SDL_GL_CONTEXT_PROFILE_ES = 0x0004
|
||||
} SDL_GLprofile;
|
||||
|
||||
typedef enum
|
||||
|
||||
Reference in New Issue
Block a user