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