managed old tutorial implementation with classes.
Bugs: nothing is displayed
This commit is contained in:
6
MshViewer/Header/shader.hpp
Normal file
6
MshViewer/Header/shader.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef SHADER_HPP
|
||||
#define SHADER_HPP
|
||||
|
||||
GLuint LoadShaders(const char * vertex_file_path,const char * fragment_file_path);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user