We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef15360 commit 0965872Copy full SHA for 0965872
src/gpu/SDL_gpu.c
@@ -105,14 +105,14 @@
105
/* Drivers */
106
107
static const SDL_GpuDriver *backends[] = {
108
+#if SDL_GPU_METAL
109
+ &MetalDriver,
110
+#endif
111
#if SDL_GPU_VULKAN
112
&VulkanDriver,
113
#endif
114
#if SDL_GPU_D3D11
115
&D3D11Driver,
-#endif
-#if SDL_GPU_METAL
- &MetalDriver,
116
117
NULL
118
};
0 commit comments