VisualServerSingleton.forceDraw

Forces a frame to be drawn when the function is called. Drawing a frame updates all Viewports that are set to update. Use with extreme caution.

struct VisualServerSingleton
@nogc nothrow
void
forceDraw
(
in bool swap_buffers = true
,
in double frame_step = 0
)

Meta