aboutsummaryrefslogtreecommitdiff
path: root/uniform.h
diff options
context:
space:
mode:
Diffstat (limited to 'uniform.h')
-rw-r--r--uniform.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/uniform.h b/uniform.h
index 0132078..698d5e3 100644
--- a/uniform.h
+++ b/uniform.h
@@ -5,11 +5,6 @@
#include <GLFW/glfw3.h>
#include <GL/gl.h>
-typedef struct {
- GLint time;
- GLint window;
-} uniforms_t;
-
-uniforms_t * init_uniforms(GLuint shader, GLFWwindow* window);
-void update_uniforms(uniforms_t * uniforms);
+void init_uniforms();
+void update_uniforms();