REDxEYE 3a54a37b06 Remove unnecessary glew includes.
Remove copyright from Mesh.cpp
Add default initializers for VertexAttribute
2025-04-13 17:14:34 +03:00

4 lines
98 B
C++

#include "graphics/core/Mesh.hpp"
int MeshStats::meshesCount = 0;
int MeshStats::drawCalls = 0;