diff options
Diffstat (limited to 'uniform.h')
-rw-r--r-- | uniform.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/uniform.h b/uniform.h new file mode 100644 index 0000000..d7c58b3 --- /dev/null +++ b/uniform.h @@ -0,0 +1,10 @@ +#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(); + |