Order by subsystem
Some checks are pending
Build (All) / Create test plan (push) Waiting to run
Build (All) / level1 (push) Blocked by required conditions
Build (All) / level2 (push) Blocked by required conditions

This commit is contained in:
Caleb Cornett 2024-10-29 11:22:25 -04:00 committed by Sam Lantinga
parent b2f216f9e2
commit feb10434a1

View file

@ -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 */