A drawing list for a layer on the UI.
A drawing list for a layer on the UI.
Pushes a scissoring rectangle to the stack.
Pushes a fullscreen scissoring rectangle to the stack.
Pops a previously pushed scissoring rectangle to the stack.
void AddRect(const vec4&in rect, const vec4&in color, float rounding = 0.0f, float thickness = 1.0f)
Draws a border rectangle.
Draws a filled rectangle.
Draws a filled rectangle.
Draws a border quad.
Draws a filled quad.
Draws a border triangle.
Draws a filled triangle.
Draws a border circle.
Draws a filled circle.
Draws a border N-gon.
Draws a filled N-gon.
Draws a line.
Draws a texture.
Draws a texture scaled to a specific size.
Draws a texture scaled to a specific size and blend color (in 0xRRGGBBAA hexadecimal format).
Draws a texture scaled to a specific size, blend color (in 0xRRGGBBAA hexadecimal format), and rotation around an origin.
Draws a texture with the given UV pixel offset.