feat: rendering improvemenets

This commit is contained in:
2025-10-18 17:55:26 +02:00
parent fa9076b834
commit ecba8247bf
4 changed files with 23 additions and 12 deletions

View File

@ -21,6 +21,7 @@ protected:
private:
unsigned int m_id;
unsigned int m_instance_vbo { 0 };
unsigned int m_instance_count { 0 };
private:
void prepare(glm::mat4 *instances, unsigned int count);
};