Added SDL_ClearSurface() and SDL_ReadSurfacePixelFloat()

This commit is contained in:
Sam Lantinga 2024-07-17 16:25:00 -07:00
parent b07bd55baf
commit 02a072a1b7
5 changed files with 246 additions and 28 deletions

View file

@ -35,6 +35,7 @@ SDL3_0.0.0 {
SDL_ClearComposition;
SDL_ClearError;
SDL_ClearProperty;
SDL_ClearSurface;
SDL_CloseAudioDevice;
SDL_CloseCamera;
SDL_CloseGamepad;
@ -627,6 +628,7 @@ SDL3_0.0.0 {
SDL_ReadS8;
SDL_ReadStorageFile;
SDL_ReadSurfacePixel;
SDL_ReadSurfacePixelFloat;
SDL_ReadU16BE;
SDL_ReadU16LE;
SDL_ReadU32BE;