Fixed linux compat
This commit is contained in:
parent
dcc5871929
commit
b47c5e27d8
9 changed files with 49 additions and 32 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#version 330 core
|
||||
#version 330 core
|
||||
out vec4 FragColor;
|
||||
|
||||
in vec3 ourColor;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#version 330 core
|
||||
#version 330 core
|
||||
layout (location = 0) in vec3 aPos;
|
||||
layout (location = 1) in vec3 aColor;
|
||||
layout (location = 2) in vec2 aTexCoord;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue