Window.begin

Start a frame

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

Parameters

bg
Type: Color

The color to clear with

cam
Type: Camera

the region to draw

Meta