mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add Meshes to the Video RAM Profiler
Apply suggestions from code review Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
parent
1696ab0cb6
commit
4497e2a0d3
13 changed files with 177 additions and 9 deletions
|
|
@ -76,6 +76,8 @@ public:
|
|||
virtual void mesh_surface_remove(RID p_mesh, int p_surface) = 0;
|
||||
virtual void mesh_clear(RID p_mesh) = 0;
|
||||
|
||||
virtual void mesh_debug_usage(List<RS::MeshInfo> *r_info) = 0;
|
||||
|
||||
virtual bool mesh_needs_instance(RID p_mesh, bool p_has_skeleton) = 0;
|
||||
|
||||
/* MESH INSTANCE */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue