mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Implement render info counters for the 2D renderer
This provides information for the debug monitors
This commit is contained in:
parent
2f73a059ce
commit
528b4a3283
12 changed files with 141 additions and 53 deletions
|
@ -2848,6 +2848,7 @@ void RenderingServer::_bind_methods() {
|
|||
|
||||
BIND_ENUM_CONSTANT(VIEWPORT_RENDER_INFO_TYPE_VISIBLE);
|
||||
BIND_ENUM_CONSTANT(VIEWPORT_RENDER_INFO_TYPE_SHADOW);
|
||||
BIND_ENUM_CONSTANT(VIEWPORT_RENDER_INFO_TYPE_CANVAS);
|
||||
BIND_ENUM_CONSTANT(VIEWPORT_RENDER_INFO_TYPE_MAX);
|
||||
|
||||
BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_DISABLED);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue