mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 09:57:40 +00:00
Added SDL_WriteSurfacePixel() and SDL_WriteSurfacePixelFloat()
This commit is contained in:
parent
12e50d17a2
commit
9294476788
5 changed files with 169 additions and 0 deletions
|
@ -875,6 +875,8 @@ SDL3_0.0.0 {
|
|||
SDL_WriteS64LE;
|
||||
SDL_WriteS8;
|
||||
SDL_WriteStorageFile;
|
||||
SDL_WriteSurfacePixel;
|
||||
SDL_WriteSurfacePixelFloat;
|
||||
SDL_WriteU16BE;
|
||||
SDL_WriteU16LE;
|
||||
SDL_WriteU32BE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue