Merge pull request #85811 from clayjohn/2D-render-info

Implement render info counters for the 2D renderer
This commit is contained in:
Rémi Verschelde
2023-12-12 10:41:06 +01:00
12 changed files with 141 additions and 53 deletions

View File

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