SWBF2-Classic-Msh-Viewer/MshViewer/Header/shader.hpp

7 lines
130 B
C++

#ifndef SHADER_HPP
#define SHADER_HPP
GLuint LoadShaders(const char * vertex_file_path,const char * fragment_file_path);
#endif