drawRect
fn
void drawRect(Rect area, Rgba color = white, float thickness = - 1.0f) @safe @trusted nothrow @nogcDraws a rectangle with the specified area and color.
fn
void drawRect(Vec2 position, Vec2 size, Rgba color = white, float thickness = - 1.0f) @safe @trusted nothrow @nogcDraws a rectangle with the specified area and color.
fn
void drawRect(float x, float y, float w, float h, Rgba color = white, float thickness = - 1.0f) @safe @trusted nothrow @nogcDraws a rectangle with the specified area and color.