Added SDL_LogTrace()

This commit is contained in:
Sam Lantinga 2024-09-17 01:55:22 -07:00
parent 6180da00e1
commit 231ea07617
7 changed files with 58 additions and 7 deletions

View file

@ -629,6 +629,7 @@ SDL3_0.0.0 {
SDL_LogInfo;
SDL_LogMessage;
SDL_LogMessageV;
SDL_LogTrace;
SDL_LogVerbose;
SDL_LogWarn;
SDL_MapGPUTransferBuffer;