Redraw on the window the last rendered image
Usually used together with STATE_engine_render_on_dc()
Note that this function also releases the dc the was obtained
when calling STATE_engine_render_on_dc() this means that
all the function that use the returned dc (from dc=STATE_engine_render_on_dc() )
must be called before calling STATE_engine_copy_image_from_dc_to_screen().
See STATE_engine_render_on_dc() for more information.
|