Added SDL_SetRenderDrawColorspace() and SDL_GetRenderDrawColorspace()

This commit is contained in:
Sam Lantinga 2024-01-31 21:46:02 -08:00
parent 9c8b47b726
commit dd28ab0489
5 changed files with 64 additions and 1 deletions

View file

@ -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: *;
};