source:
network-game/graphics_library/common/shader.hpp@
cf05729
Last change on this file since cf05729 was af116c0, checked in by , 10 years ago | |
---|---|
|
|
File size: 130 bytes |
Line | |
---|---|
1 | #ifndef SHADER_HPP |
2 | #define SHADER_HPP |
3 | |
4 | GLuint LoadShaders(const char * vertex_file_path,const char * fragment_file_path); |
5 | |
6 | #endif |
Note:
See TracBrowser
for help on using the repository browser.