render: Renamed SDL_GetTextureRenderer to SDL_GetRendererFromTexture.
This commit is contained in:
parent
95066ce2a0
commit
82f2c4d581
5 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue