render: Renamed SDL_GetTextureRenderer to SDL_GetRendererFromTexture.

This commit is contained in:
Ryan C. Gordon 2024-01-08 14:15:56 -05:00
parent 95066ce2a0
commit 82f2c4d581
No known key found for this signature in database
GPG key ID: FA148B892AB48044
5 changed files with 5 additions and 5 deletions

View file

@ -651,7 +651,7 @@ extern DECLSPEC SDL_PropertiesID SDLCALL SDL_GetTextureProperties(SDL_Texture *t
* \sa SDL_CreateTextureFromSurface
* \sa SDL_CreateTextureWithProperties
*/
extern DECLSPEC SDL_Renderer *SDLCALL SDL_GetTextureRenderer(SDL_Texture *texture);
extern DECLSPEC SDL_Renderer *SDLCALL SDL_GetRendererFromTexture(SDL_Texture *texture);
/**
* Query the attributes of a texture.