From e02911f15581b1d26fa8309b881872e3264891a6 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sun, 1 Oct 2023 17:08:15 -0400 Subject: [PATCH] Removed unused ebo state --- src/state.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/state.h b/src/state.h index c245584..ca1d204 100644 --- a/src/state.h +++ b/src/state.h @@ -5,6 +5,5 @@ struct MyState { GLuint shaderProgram; GLuint vao; - GLuint ebo; int numTris; };