mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-01 23:48:29 +00:00
Added SDL_SetRenderTextureAddressMode() and SDL_GetRenderTextureAddressMode()
Fixes https://github.com/libsdl-org/SDL/issues/4820 Fixes https://github.com/libsdl-org/SDL/issues/12610
This commit is contained in:
@@ -1246,6 +1246,8 @@ SDL3_0.0.0 {
|
||||
SDL_SetWindowProgressValue;
|
||||
SDL_GetWindowProgressState;
|
||||
SDL_GetWindowProgressValue;
|
||||
SDL_SetRenderTextureAddressMode;
|
||||
SDL_GetRenderTextureAddressMode;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
Reference in New Issue
Block a user