Welcome Guest [Log In] [Register]
Viewing Single Post From: Epee Engine
Alan
Administrator
[ *  *  * ]
bool RenderSeen(
bool _UpdateScreenNow
);

Public function of the Epee Engine Class

Description:
Draws all renderable objects in the current render list to the back buffer
If true is passed into this function then after the objects have been drawn to the back buffer the front and back buffers are then flipped
call this function with true as an augment to draw images on the screen

Arguments:

Optional:
bool _UpdateScreenNow
if true the front an back buffers are flipped
if false the front an back buffers are not flipped
defaults to false

Return Value:
always returns to for now
Offline Profile Quote Post
Epee Engine · Documentation