Implement render info counters for the 2D renderer

This provides information for the debug monitors
This commit is contained in:
clayjohn
2023-12-05 16:48:01 -07:00
parent 2f73a059ce
commit 528b4a3283
12 changed files with 141 additions and 53 deletions

View File

@ -961,6 +961,7 @@ public:
enum ViewportRenderInfoType {
VIEWPORT_RENDER_INFO_TYPE_VISIBLE,
VIEWPORT_RENDER_INFO_TYPE_SHADOW,
VIEWPORT_RENDER_INFO_TYPE_CANVAS,
VIEWPORT_RENDER_INFO_TYPE_MAX
};