Bump to opengl 450
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#version 430 core
|
||||
#version 450 core
|
||||
layout (location = 0) in vec2 position;
|
||||
void main()
|
||||
{ gl_Position = vec4 (position, 0 , 1);}
|
||||
|
||||
Reference in New Issue
Block a user