Skip to content

Commit

Permalink
Removed unused ebo state
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Oct 1, 2023
1 parent 02ecbdc commit e02911f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/state.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
struct MyState {
GLuint shaderProgram;
GLuint vao;
GLuint ebo;
int numTris;
};

0 comments on commit e02911f

Please sign in to comment.