feat(mesh): accept rendering count for instanced draw

This commit is contained in:
2025-10-16 14:03:55 +02:00
parent 19988d9c1d
commit a68b4a85f0

View File

@ -21,7 +21,7 @@ public:
public:
Mesh();
public:
void Render();
void Render(unsigned int count);
};
#endif // MESH_H_