Window.begin

Start a frame

  1. void begin(in Color bg)
    struct Window
    nothrow @nogc @trusted
    void
    begin
    ()
  2. void begin(in Color bg, in Camera cam)

Parameters

bg
Type: Color

The color to clear with

Meta