mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-25 14:09:10 +00:00
Add SDL_RenderDebugTextF & SDL_RenderDebugTextV
This should make it easier to quickly put important numbers and such on the screen without having to format them into a string manually.
This commit is contained in:
parent
5608bf5866
commit
1d0e28a5b3
8 changed files with 126 additions and 2 deletions
|
@ -1232,3 +1232,5 @@
|
|||
#define SDL_SetGPUAllowedFramesInFlight SDL_SetGPUAllowedFramesInFlight_REAL
|
||||
#define SDL_RenderTextureAffine SDL_RenderTextureAffine_REAL
|
||||
#define SDL_WaitAndAcquireGPUSwapchainTexture SDL_WaitAndAcquireGPUSwapchainTexture_REAL
|
||||
#define SDL_RenderDebugTextF SDL_RenderDebugTextF_REAL
|
||||
#define SDL_RenderDebugTextV SDL_RenderDebugTextV_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue