Managed to get compiling under ubuntu

This commit is contained in:
Dominic
2021-08-14 13:38:57 -07:00
parent 18152a0814
commit ca53b65b44
9 changed files with 42 additions and 24 deletions

View File

@ -1,4 +1,4 @@
#version 330 core
#version 130
in vec2 TexCoord;

View File

@ -1,5 +1,6 @@
#version 330 core
#version 130
#extension GL_ARB_separate_shader_objects : enable
#extension GL_ARB_explicit_attrib_location : enable
layout (location = 0) in vec3 aPos;
layout (location = 1) in vec2 aTexCoord;