summaryrefslogtreecommitdiff
path: root/src/shader.h
blob: c61370819ff1916b776e41376258c4f15530f14e (plain) (blame)
1
2
3
4
5
#include "glad/glad.h"

//Load a vertex and framgent shader defined in 
//the shaders/ directory. 
GLuint shader_init();