Function VisualServerSingleton.forceDraw
Forces a frame to be drawn when the function is called. Drawing a frame updates all Viewport
s that are set to update. Use with extreme caution.
void forceDraw
(
const(bool) swap_buffers = true,
const(double) frame_step = 0.00000
) nothrow @nogc;