17void DrawSolidRect(
float x,
float y,
float width,
float height,
float depth,
30void DrawSolidLine(
float x1,
float y1,
float x2,
float y2,
float thickness,
31 float depth, u32
color);
u32 color(const std::string &hexStr, int alpha=255)
Convert a hex color string to a u32 color value.
void DrawSolidLine(float x1, float y1, float x2, float y2, float thickness, float depth, u32 color)
Draw a Line.
void DrawSolidRect(float x, float y, float width, float height, float depth, u32 color)
Draw a solid rectangle.