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

@@ -305,6 +305,8 @@ struct SDL_Renderer
SDL_PropertiesID props;
SDL_Texture *debug_char_texture_atlas;
bool destroyed; // already destroyed by SDL_DestroyWindow; just free this struct in SDL_DestroyRenderer.
void *internal;