source:
opengl-game/common/shader.hpp@
81f28c0
| Last change on this file since 81f28c0 was 8a6d19d, checked in by , 8 years ago | |
|---|---|
|
|
| File size: 136 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.
![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)