fix circle rendering over new impl

This commit is contained in:
2024-10-19 19:16:18 +03:00
parent 399b199266
commit a7b09b9f39
4 changed files with 24 additions and 12 deletions

View File

@ -23,7 +23,6 @@ extern Matrix4 camera_look_at_matrix;
#define QUAD_ELEMENT_BUFFER_LENGTH (65536 / 6)
#define CIRCLE_VERTICES_MAX 2048
#define CIRCLE_ELEMENT_BUFFER_LENGTH (CIRCLE_VERTICES_MAX * 3)
typedef GLuint VertexBuffer;