OpenGL_Clock/Include/shader.h

7 lines
135 B
C
Raw Normal View History

2018-02-07 00:24:12 +00:00
#ifndef SHADER_HPP
#define SHADER_HPP
GLuint LoadShaders(const char *vertex_file_path, const char *fragment_file_path);
#endif