aboutsummaryrefslogtreecommitdiff
path: root/main/performance.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-09-02 23:13:40 -0300
committerJuan Linietsky2014-09-02 23:13:40 -0300
commit1a2cb755e2d8b9d59178f36702f6dff7235b9088 (patch)
tree4a88f47c8b984522e36ac973accb34bdcb00363b /main/performance.h
parent89fa70706f9166765c3ac3f799225a467800f065 (diff)
downloadgodot-1a2cb755e2d8b9d59178f36702f6dff7235b9088.tar.gz
godot-1a2cb755e2d8b9d59178f36702f6dff7235b9088.tar.zst
godot-1a2cb755e2d8b9d59178f36702f6dff7235b9088.zip
Diffstat (limited to 'main/performance.h')
-rw-r--r--main/performance.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/performance.h b/main/performance.h
index db453d015..1879ba39e 100644
--- a/main/performance.h
+++ b/main/performance.h
@@ -69,6 +69,12 @@ public:
RENDER_TEXTURE_MEM_USED,
RENDER_VERTEX_MEM_USED,
RENDER_USAGE_VIDEO_MEM_TOTAL,
+ PHYSICS_2D_ACTIVE_OBJECTS,
+ PHYSICS_2D_COLLISION_PAIRS,
+ PHYSICS_2D_ISLAND_COUNT,
+ PHYSICS_3D_ACTIVE_OBJECTS,
+ PHYSICS_3D_COLLISION_PAIRS,
+ PHYSICS_3D_ISLAND_COUNT,
//physics
MONITOR_MAX
};