diff options
author | Fox Caminiti <fox@foxcam.net> | 2023-01-03 16:40:57 -0500 |
---|---|---|
committer | Fox Caminiti <fox@foxcam.net> | 2023-01-03 16:40:57 -0500 |
commit | a37ea807e93886e6a6ebc22a878a5649e97f015a (patch) | |
tree | c5af6ddc8544d97e38276bc1b83dbf1b29a8180b /src/include/gl_calls.h | |
parent | 375c120d30456738897c4bd775e38aa1db7d239c (diff) |
shape layer work
Diffstat (limited to 'src/include/gl_calls.h')
-rw-r--r-- | src/include/gl_calls.h | 1 |
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; |