Updated testoverlay2 to use the SDL 2D rendering API

This commit is contained in:
Sam Lantinga 2011-02-07 00:46:43 -08:00
parent 9b289f0b8d
commit 6fe14e1791
2 changed files with 102 additions and 165 deletions

View file

@ -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,