aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.h')
-rw-r--r--src/app.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app.h b/src/app.h
index 613360f..16dc8a5 100644
--- a/src/app.h
+++ b/src/app.h
@@ -10,6 +10,10 @@
10typedef struct AppState { 10typedef struct AppState {
11 // OpenGL 11 // OpenGL
12 GLFWwindow *window; 12 GLFWwindow *window;
13 f32 vertices[12];
14 u32 VBO;
15 u32 VAO;
16 u32 shader_program;
13} AppState; 17} AppState;
14 18
15// Function pointers for the AppAPI. 19// Function pointers for the AppAPI.