feat(mesh): accept rendering count for instanced draw
This commit is contained in:
@ -21,7 +21,7 @@ public:
|
|||||||
public:
|
public:
|
||||||
Mesh();
|
Mesh();
|
||||||
public:
|
public:
|
||||||
void Render();
|
void Render(unsigned int count);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MESH_H_
|
#endif // MESH_H_
|
Reference in New Issue
Block a user