revert GLSL version change
This commit is contained in:
parent
ce441237cf
commit
b0c72c2ea7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ GLuint LoadShader(const char* source, GLenum type) {
|
|||
#extension GL_EXT_clip_cull_distance : enable
|
||||
#endif // defined(GL_EXT_clip_cull_distance)
|
||||
)"
|
||||
: "#version 430\n";
|
||||
: "#version 330\n";
|
||||
|
||||
const char* debug_type;
|
||||
switch (type) {
|
||||
|
|
Loading…
Reference in a new issue