Vivid
Loading...
Searching...
No Matches
Vivid::Renderer2D Member List

This is the complete list of members for Vivid::Renderer2D, including all inherited members.

BeginScene()Vivid::Renderer2Dstatic
DrawCircle(Maths::Vec2 center, float radius, Maths::Vec3 color)Vivid::Renderer2Dstatic
DrawEllipse(Maths::Vec2 center, float radiusX, float radiusY, Maths::Vec3 color)Vivid::Renderer2Dstatic
DrawLine(Maths::Vec2 start, Maths::Vec2 end, float thickness, Maths::Vec3 color)Vivid::Renderer2Dstatic
DrawQuad(float x, float y, float width, float height, const Maths::Vec3 &color)Vivid::Renderer2Dstatic
DrawQuad(const Maths::Vec2 &vertex1, const Maths::Vec2 &vertex2, const Maths::Vec2 &vertex3, const Maths::Vec2 &vertex4, const Maths::Vec3 &color)Vivid::Renderer2Dstatic
EndScene()Vivid::Renderer2Dstatic
Init(int reserveVertices=10000)Vivid::Renderer2Dstatic