mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-06 15:30:50 +00:00
Added SDL_BlitSurface9Grid() and SDL_RenderTexture9Grid()
This commit is contained in:
parent
9294476788
commit
6209c71f54
9 changed files with 583 additions and 0 deletions
|
@ -23,6 +23,7 @@ SDL3_0.0.0 {
|
|||
SDL_AudioDevicePaused;
|
||||
SDL_BindAudioStream;
|
||||
SDL_BindAudioStreams;
|
||||
SDL_BlitSurface9Grid;
|
||||
SDL_BlitSurface;
|
||||
SDL_BlitSurfaceScaled;
|
||||
SDL_BlitSurfaceTiled;
|
||||
|
@ -662,6 +663,7 @@ SDL3_0.0.0 {
|
|||
SDL_RenderReadPixels;
|
||||
SDL_RenderRect;
|
||||
SDL_RenderRects;
|
||||
SDL_RenderTexture9Grid;
|
||||
SDL_RenderTexture;
|
||||
SDL_RenderTextureRotated;
|
||||
SDL_RenderTextureTiled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue