mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-24 03:58:28 +00:00
Use floating point values for viewport, clip rectangle, and texture sizes
These are integer values internally, but the API has been changed to make it easier to mix other render code with querying those values. Fixes https://github.com/libsdl-org/SDL/issues/7519
This commit is contained in:
@@ -443,6 +443,7 @@ SDL3_0.0.0 {
|
||||
SDL_GetTextureColorModFloat;
|
||||
SDL_GetTextureProperties;
|
||||
SDL_GetTextureScaleMode;
|
||||
SDL_GetTextureSize;
|
||||
SDL_GetThreadID;
|
||||
SDL_GetThreadName;
|
||||
SDL_GetTicks;
|
||||
@@ -604,7 +605,6 @@ SDL3_0.0.0 {
|
||||
SDL_PumpEvents;
|
||||
SDL_PushEvent;
|
||||
SDL_PutAudioStreamData;
|
||||
SDL_QueryTexture;
|
||||
SDL_Quit;
|
||||
SDL_QuitSubSystem;
|
||||
SDL_RaiseWindow;
|
||||
|
Reference in New Issue
Block a user