Skip to content

Commit

Permalink
Merge branch 'uniforms_tweak' of github.com:thatcosmonaut/SDL into un…
Browse files Browse the repository at this point in the history
…iforms_tweak
  • Loading branch information
thatcosmonaut committed Jun 26, 2024
2 parents 6cd9a66 + 30f3448 commit 8924c9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gpu/SDL_gpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@
/* Drivers */

static const SDL_GpuDriver *backends[] = {
#if SDL_GPU_METAL
&MetalDriver,
#endif
#if SDL_GPU_VULKAN
&VulkanDriver,
#endif
#if SDL_GPU_D3D11
&D3D11Driver,
#endif
#if SDL_GPU_METAL
&MetalDriver,
#endif
NULL
};
Expand Down

0 comments on commit 8924c9e

Please sign in to comment.