Struct Renderer2D::Statistics# Defined in File Renderer2D.h Nested Relationships# This struct is a nested type of Class Renderer2D. Struct Documentation# struct Statistics# Public Functions constexpr u32 GetTotalVertexCount() const noexcept# Retrieve the current total number of vertices. Returns: Total vertices count. constexpr u32 GetTotalIndexCount() const noexcept# Retrieve the current total number of indices. Returns: Total indices count. Public Members u32 DrawCalls = 0# u32 QuadCount = 0# u32 CircleCount = 0# u32 LineCount = 0#