From a37ea807e93886e6a6ebc22a878a5649e97f015a Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Tue, 3 Jan 2023 16:40:57 -0500 Subject: shape layer work --- src/include/gl_calls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/gl_calls.h') 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; -- cgit v1.2.3