GfxContext, render refactor

This commit is contained in:
MihailRis
2023-11-19 20:18:44 +03:00
parent ea729760d4
commit e3743b8463
12 changed files with 270 additions and 103 deletions
+4
View File
@@ -361,3 +361,7 @@ void Batch2D::render(unsigned int gl_primitive) {
void Batch2D::render() {
render(GL_TRIANGLES);
}
void Batch2D::lineWidth(float width) {
glLineWidth(width);
}