Skip to content

Commit

Permalink
updated sdl3_include_wrapper.h from latest SDL3
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 21, 2024
1 parent 6613fd8 commit 52e77c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sdl3_include_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,7 @@
#define SDL_SetGPUAllowedFramesInFlight IGNORE_THIS_VERSION_OF_SDL_SetGPUAllowedFramesInFlight
#define SDL_RenderTextureAffine IGNORE_THIS_VERSION_OF_SDL_RenderTextureAffine
#define SDL_WaitAndAcquireGPUSwapchainTexture IGNORE_THIS_VERSION_OF_SDL_WaitAndAcquireGPUSwapchainTexture
#define SDL_RenderDebugTextFormat IGNORE_THIS_VERSION_OF_SDL_RenderDebugTextFormat


#define SDL_FUNCTION_POINTER_IS_VOID_POINTER 1
Expand Down Expand Up @@ -6087,6 +6088,10 @@
#undef SDL_WaitAndAcquireGPUSwapchainTexture
#endif

#ifdef SDL_RenderDebugTextFormat
#undef SDL_RenderDebugTextFormat
#endif

#undef SDL_ThreadID /* see at top. */

/* dump the macro CreateThread versions, too. */
Expand Down

0 comments on commit 52e77c3

Please sign in to comment.