Merged default into iOS-improvements
--HG-- branch : iOS-improvements
This commit is contained in:
commit
c2ceb279f1
22 changed files with 523 additions and 110 deletions
|
@ -173,10 +173,8 @@ typedef unsigned int uintptr_t;
|
|||
#define SDL_VIDEO_DRIVER_DUMMY 1
|
||||
|
||||
/* Enable OpenGL ES 2.0 (via a modified ANGLE library) */
|
||||
#if WINAPI_FAMILY != WINAPI_FAMILY_PHONE_APP /* TODO, WinRT: try adding OpenGL ES 2 support for Windows Phone 8 */
|
||||
#define SDL_VIDEO_OPENGL_ES2 1
|
||||
#define SDL_VIDEO_OPENGL_EGL 1
|
||||
#endif
|
||||
|
||||
/* Enable appropriate renderer(s) */
|
||||
#define SDL_VIDEO_RENDER_D3D11 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue