summaryrefslogtreecommitdiff
path: root/src/include/gl_calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gl_calls.h')
-rw-r--r--src/include/gl_calls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gl_calls.h b/src/include/gl_calls.h
index fa0a00c..3c2bef0 100644
--- a/src/include/gl_calls.h
+++ b/src/include/gl_calls.h
@@ -10,6 +10,7 @@ struct gl_vertex_shader {
};
static default_gl_vertex_object DefaultVerts;
+static default_gl_vertex_object ShapeVerts;
static gl_vertex_shader GL_DefaultVertexObjects;
static uint32 DefaultVertexShader;
static uint32 DefaultShaderProgram;