Fixed linux compat

This commit is contained in:
Patrick Schwarzer 2026-02-02 05:17:17 +01:00
parent 89e47fa56c
commit 2aa836478e
2 changed files with 5 additions and 1 deletions

View file

@ -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;