update ModelBatch semantics

This commit is contained in:
MihailRis
2024-06-23 01:57:28 +03:00
parent ea0add3017
commit 94fe5eeb5b
7 changed files with 97 additions and 35 deletions
+1
View File
@@ -37,6 +37,7 @@ public:
/// @brief Total numbers of alive mesh objects
static int meshesCount;
static int drawCalls;
};
#endif // GRAPHICS_CORE_MESH_HPP_