mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 18:07:40 +00:00
Replaced SDL_GetRendererInfo() with SDL_GetRendererName()
The texture formats are available via the SDL_PROP_RENDERER_TEXTURE_FORMATS_POINTER property Fixes https://github.com/libsdl-org/SDL/issues/9851
This commit is contained in:
parent
ca28bcb3b8
commit
a0d1445ccb
23 changed files with 106 additions and 116 deletions
|
@ -402,7 +402,7 @@ SDL3_0.0.0 {
|
|||
SDL_GetRenderWindow;
|
||||
SDL_GetRenderer;
|
||||
SDL_GetRendererFromTexture;
|
||||
SDL_GetRendererInfo;
|
||||
SDL_GetRendererName;
|
||||
SDL_GetRendererProperties;
|
||||
SDL_GetRevision;
|
||||
SDL_GetSIMDAlignment;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue