render: Add SDL_RenderDebugText().

Fixes #11201.
This commit is contained in:
Ryan C. Gordon 2024-10-13 21:48:11 -04:00
parent 44bc19b592
commit c20918b0fb
11 changed files with 2594 additions and 3354 deletions

View file

@ -1181,6 +1181,7 @@ SDL3_0.0.0 {
SDL_CalculateGPUTextureFormatSize;
SDL_SetErrorV;
SDL_GetDefaultLogOutputFunction;
SDL_RenderDebugText;
# extra symbols go here (don't modify this line)
local: *;
};