Renderer.flush

Wraps SDL_RenderFlush (from SDL 2.0.10) which executes and flushes all pending rendering operations

class Renderer
@trusted
static if(sdlSupport >= SDLSupport.v2_0_10)
void
flush
()

Throws

dsdl2.SDLException if cannot flush

Meta