mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-21 22:05:31 +00:00
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_RENDER_D3D12
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
#define SDL_VIDEO_RENDER_D3D11 1
|
||||
|
||||
/* Disable D3D12 as it's not implemented for WinRT */
|
||||
#define SDL_VIDEO_RENDER_D3D12 0
|
||||
/* #undef SDL_VIDEO_RENDER_D3D12 */
|
||||
|
||||
#if SDL_VIDEO_OPENGL_ES2
|
||||
#define SDL_VIDEO_RENDER_OGL_ES2 1
|
||||
|
||||
Reference in New Issue
Block a user