mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Added SDL_BlitSurfaceTiled()
Fixes https://gamedev.stackexchange.com/questions/136792/is-there-a-way-to-set-texture-wrap-mode-as-repeat-in-sdl-2
This commit is contained in:
parent
71d2662a39
commit
f47ddbf1ac
8 changed files with 1145 additions and 471 deletions
|
|
@ -25,6 +25,7 @@ SDL3_0.0.0 {
|
|||
SDL_BindAudioStreams;
|
||||
SDL_BlitSurface;
|
||||
SDL_BlitSurfaceScaled;
|
||||
SDL_BlitSurfaceTiled;
|
||||
SDL_BlitSurfaceUnchecked;
|
||||
SDL_BlitSurfaceUncheckedScaled;
|
||||
SDL_BroadcastCondition;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue