more 'fixing'
This commit is contained in:
parent
a6977e81aa
commit
e3c3caec0b
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#version 330 core
|
||||
#version 400 core
|
||||
|
||||
layout(location = 0) out vec4 color;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#version 330 core
|
||||
#version 400 core
|
||||
|
||||
layout(location = 0) in vec3 a_position;
|
||||
layout(location = 1) in vec4 a_color;
|
||||
|
|
Loading…
Reference in a new issue