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,3 +1,3 @@
#version 430 core
#version 450 core
out vec4 fColor;
void main () { fColor = vec4(0,0,0,0.5);}