File Shader.hpp¶ File List > AIAC > Render > Shader.hpp Go to the documentation of this file #ifndef SHADER_HPP #define SHADER_HPP GLuint LoadShaders(const char * vertex_file_path,const char * fragment_file_path); #endif