2D graphics performance fix

This commit is contained in:
MihailRis
2023-11-06 02:49:05 +03:00
parent 01eb264f44
commit 6c79f3da18
5 changed files with 124 additions and 146 deletions
+1
View File
@@ -61,6 +61,7 @@ public:
float r3, float g3, float b3,
float r4, float g4, float b4, int sh);
void render(unsigned int gl_primitive);
void render();
};
#endif /* SRC_GRAPHICS_BATCH2D_H_ */