Bump to opengl 450

This commit is contained in:
2023-03-07 22:53:32 +00:00
parent a32ea93e06
commit 7f0c7ad159
118 changed files with 118 additions and 118 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#version 430 core
#version 450 core
layout (location = 0) in vec2 position;
void main()
{ gl_Position = vec4 (position, 0 , 1);}