I\'ve written a simple OpenGL 3.3 program which is supposed to render a triangle, based off of this tutorial, except I\'m using GLFW to create the window and context, instea
In core profile OpenGL 3.3, you need a shader in order to render. So you need to compile and link a program that contains a vertex and fragment shader.