render: Added SDL_RenderFlush().
--HG-- branch : SDL-ryan-batching-renderer
This commit is contained in:
parent
5f11d18f0d
commit
7d96cb5cef
4 changed files with 33 additions and 0 deletions
|
@ -738,3 +738,4 @@ SDL_DYNAPI_PROC(void,SDL_SensorClose,(SDL_Sensor *a),(a),)
|
|||
SDL_DYNAPI_PROC(void,SDL_SensorUpdate,(void),(),)
|
||||
SDL_DYNAPI_PROC(SDL_bool,SDL_IsTablet,(void),(),return)
|
||||
SDL_DYNAPI_PROC(SDL_DisplayOrientation,SDL_GetDisplayOrientation,(int a),(a),return)
|
||||
SDL_DYNAPI_PROC(int,SDL_RenderFlush,(SDL_Renderer *a),(a),return)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue