mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-25 22:19:10 +00:00
gpu: Fix forward declaration and inclusion of PrivateGPUDriver
This commit is contained in:
parent
a7bc6c5e08
commit
db817a37f4
2 changed files with 4 additions and 1 deletions
|
@ -158,6 +158,9 @@
|
|||
|
||||
#ifndef SDL_GPU_DISABLED
|
||||
static const SDL_GPUBootstrap *backends[] = {
|
||||
#ifdef SDL_GPU_PRIVATE
|
||||
&PrivateGPUDriver,
|
||||
#endif
|
||||
#ifdef SDL_GPU_METAL
|
||||
&MetalDriver,
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue