Downgraded to opengl 4.1
This commit is contained in:
parent
23674df605
commit
8d59efa268
7 changed files with 15 additions and 1450 deletions
|
@ -1,4 +1,4 @@
|
|||
#version 460 core
|
||||
#version 410 core
|
||||
|
||||
out vec4 fragColor;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#version 460 core
|
||||
#version 410 core
|
||||
|
||||
layout (location = 0) in vec3 aPos;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#version 460 core
|
||||
#version 410 core
|
||||
|
||||
in vec2 vertexUV;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#version 460 core
|
||||
#version 410 core
|
||||
|
||||
layout (location = 0) in vec3 aPos;
|
||||
layout (location = 1) in vec2 aTex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue