Trying something crazy --- maybe

master
Allen Webster 2020-02-19 22:41:11 -08:00
parent ac0bd78485
commit 99dc2fc570
1 changed files with 269 additions and 268 deletions

View File

@ -72,7 +72,7 @@ gl__error_callback(GLenum source, GLenum type, GLuint id, GLenum severity, GLsiz
} }
} }
char *gl__header = R"foo(#version 150 char *gl__header = R"foo(#version 130
)foo"; )foo";
char *gl__vertex = R"foo( char *gl__vertex = R"foo(
@ -358,3 +358,4 @@ gl_render(Render_Target *t){
// BOTTOM // BOTTOM