mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 01:17:40 +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:
parent
463984ec20
commit
9fb5a9ccac
29 changed files with 624 additions and 585 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue