aboutsummaryrefslogtreecommitdiff
path: root/uniform.h
blob: 698d5e36731785af39bbcce5d2c293a03532ec17 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <stdlib.h>
#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <GL/gl.h>

void init_uniforms();
void update_uniforms();