HGE::Gfx_EndScene
Ends rendering graphics and updates the screen if needed.
void Gfx_EndScene();
Remarks
Gfx_EndScene function must be called after all calls to Gfx_RenderQuad
or helper classes' render methods to finish rendering.
Requirements
Header: hge.h
Import library: hge.lib
See also
Gfx_BeginScene,
Gfx_RenderQuad
|