Quality of life changes for new semester. Breaks 'API'.

This commit is contained in:
Aleksander Rognhaugen
2016-06-27 12:22:12 +02:00
parent b30dc7ef2f
commit 080537f909
8 changed files with 248 additions and 270 deletions

View File

@@ -1,12 +1,11 @@
// Local headers
#include "program.hpp"
#include "gloom.hpp"
#include "shader.hpp"
#include "gloom/gloom.hpp"
void runProgram(GLFWwindow* mWindow)
{
// Set GLFW callback mechanisms
// Set GLFW callback mechanism(s)
glfwSetKeyCallback(mWindow, keyboardCallback);
// Enable depth (Z) buffer (accept "closest" fragment)