Function VisualServerSingleton.draw
Draws a frame. This method is deprecated, please use forceDraw
instead.
void draw
(
const(bool) swap_buffers = true,
const(double) frame_step = 0.00000
) nothrow @nogc;
Draws a frame. This method is deprecated, please use forceDraw
instead.
void draw
(
const(bool) swap_buffers = true,
const(double) frame_step = 0.00000
) nothrow @nogc;