mirror of
https://github.com/libsdl-org/SDL
synced 2024-11-20 16:06:10 -07:00
Order by subsystem
This commit is contained in:
parent
b2f216f9e2
commit
feb10434a1
1 changed files with 3 additions and 3 deletions
|
@ -198,11 +198,11 @@
|
|||
|
||||
#if SDL_PLATFORM_SUPPORTS_METAL
|
||||
#define SDL_VIDEO_METAL 1
|
||||
#define SDL_GPU_METAL 1
|
||||
#define SDL_VIDEO_RENDER_METAL 1
|
||||
#define SDL_VIDEO_VULKAN 1
|
||||
#define SDL_GPU_METAL 1
|
||||
#define SDL_GPU_VULKAN 1
|
||||
#define SDL_VIDEO_RENDER_GPU 1
|
||||
#define SDL_VIDEO_RENDER_METAL 1
|
||||
#define SDL_VIDEO_RENDER_GPU 1
|
||||
#endif
|
||||
|
||||
/* Enable system power support */
|
||||
|
|
Loading…
Reference in a new issue