diff options
Diffstat (limited to 'uniform.h')
-rw-r--r-- | uniform.h | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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(); |