mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 16:09:13 +00:00
Added SDL_SetRenderDrawColorspace() and SDL_GetRenderDrawColorspace()
This commit is contained in:
parent
9c8b47b726
commit
dd28ab0489
5 changed files with 64 additions and 1 deletions
|
@ -969,6 +969,8 @@ SDL3_0.0.0 {
|
|||
SDL_SetSurfaceColorspace;
|
||||
SDL_GetSurfaceColorspace;
|
||||
SDL_ConvertSurfaceFormatAndColorspace;
|
||||
SDL_SetRenderDrawColorspace;
|
||||
SDL_GetRenderDrawColorspace;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue