#pragma once #include #include #include #include typedef struct { GLint time; GLint window; } uniforms_t; uniforms_t * init_uniforms(GLuint shader, GLFWwindow* window); void update_uniforms(uniforms_t * uniforms);