aboutsummaryrefslogtreecommitdiff
path: root/uniform.h
diff options
context:
space:
mode:
Diffstat (limited to 'uniform.h')
-rw-r--r--uniform.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/uniform.h b/uniform.h
deleted file mode 100644
index d7c58b3..0000000
--- a/uniform.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-#include <stdlib.h>
-#include <GL/glew.h>
-#include <GLFW/glfw3.h>
-#include <GL/gl.h>
-
-void init_uniform(GLuint shader, GLFWwindow* window);
-void update_uniform();
-