MacOS OpenGL memes

This commit is contained in:
wheremyfoodat 2023-05-07 02:03:24 +03:00
parent ac43c09ebd
commit 7c68e70ba4
2 changed files with 4 additions and 2 deletions

View file

@ -8,7 +8,7 @@ using namespace Floats;
// This is all hacked up to display our first triangle
const char* vertexShader = R"(
#version 420 core
#version 410 core
layout (location = 0) in vec4 coords;
layout (location = 1) in vec4 vertexColour;