mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 00:17:40 +00:00
Renderer colors now have floating point precision
This commit is contained in:
parent
da8fc70a83
commit
554f0625d3
21 changed files with 603 additions and 347 deletions
|
@ -959,6 +959,12 @@ SDL3_0.0.0 {
|
|||
SDL_GetHapticName;
|
||||
SDL_ReadSurfacePixel;
|
||||
SDL_FlipSurface;
|
||||
SDL_SetTextureColorModFloat;
|
||||
SDL_GetTextureColorModFloat;
|
||||
SDL_SetTextureAlphaModFloat;
|
||||
SDL_GetTextureAlphaModFloat;
|
||||
SDL_SetRenderDrawColorFloat;
|
||||
SDL_GetRenderDrawColorFloat;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue