Change shader version

This commit is contained in:
Linloir 2022-12-13 08:17:55 +08:00
parent 451d3e0c35
commit 8c990f447f
No known key found for this signature in database
GPG Key ID: 58EEB209A0F2C366
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#version 330 core
#version 430 core
out vec4 FragColor;
void main()

View File

@ -1,4 +1,4 @@
#version 330 core
#version 430 core
layout (location = 0) in vec3 aPos;
void main()