Updated testoverlay2 to use the SDL 2D rendering API
This commit is contained in:
parent
9b289f0b8d
commit
6fe14e1791
2 changed files with 102 additions and 165 deletions
|
@ -192,6 +192,7 @@ extern DECLSPEC int SDLCALL SDL_GetRendererInfo(SDL_Renderer * renderer,
|
|||
* of range.
|
||||
*
|
||||
* \sa SDL_QueryTexture()
|
||||
* \sa SDL_UpdateTexture()
|
||||
* \sa SDL_DestroyTexture()
|
||||
*/
|
||||
extern DECLSPEC SDL_Texture * SDLCALL SDL_CreateTexture(SDL_Renderer * renderer, Uint32 format,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue