feat(gx): clean up draw calls across gll and d3d backends

This commit is contained in:
fallenoak 2023-03-10 11:29:00 -06:00 committed by GitHub
parent d869c6d898
commit 02ddaa106f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 20 deletions

View file

@ -8,7 +8,7 @@
class C3Vector;
class CImVector;
void GxDraw(CGxBatch*, int32_t);
void GxDraw(CGxBatch* batch, int32_t indexed);
void GxSceneClear(uint32_t, CImVector);