question for the fedi hivemind:
currently i'm following the glium tutorial, after part 4 i tried to seperate the libary code from the actual game code.
It somewhat works right now (meaning the window with a blue background opens) but the triangle doesnt render and opengl panics (GL_INVALID_OPERATION in glUniformMatrix(program not linked))
What have i done wrong?
thanks in advance!
here's the code:
