Vivid
|
This is the complete list of members for Vivid::Renderer2D, including all inherited members.
BeginScene() | Vivid::Renderer2D | static |
DrawCircle(Maths::Vec2 center, float radius, Maths::Vec3 color) | Vivid::Renderer2D | static |
DrawEllipse(Maths::Vec2 center, float radiusX, float radiusY, Maths::Vec3 color) | Vivid::Renderer2D | static |
DrawLine(Maths::Vec2 start, Maths::Vec2 end, float thickness, Maths::Vec3 color) | Vivid::Renderer2D | static |
DrawQuad(float x, float y, float width, float height, const Maths::Vec3 &color) | Vivid::Renderer2D | static |
DrawQuad(const Maths::Vec2 &vertex1, const Maths::Vec2 &vertex2, const Maths::Vec2 &vertex3, const Maths::Vec2 &vertex4, const Maths::Vec3 &color) | Vivid::Renderer2D | static |
EndScene() | Vivid::Renderer2D | static |
Init(int reserveVertices=10000) | Vivid::Renderer2D | static |