Trying something crazy --- maybe
This commit is contained in:
parent
ac0bd78485
commit
99dc2fc570
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue