HAL::EndScene

HAL::EndScene
virtual bool EndScene();
Description

EndScene completes scene rendering. In Direct3D, this will call BeginScene/EndScene flags on the device. If not called explicitly, these functions will be automatically called from BeginDisplay and EndDisplay. Calling them externally is more efficient if multiple BeginDisplay/EndDisplay blocks will take place, as it optimizes state changes and eliminates queue flush.