feature/imgui-sdl
points-test
Last change
on this file since 4762301 was 8a6d19d, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 7 years ago |
Implement movement in a basic 3D scene and add some examples from the new OpenGL tutorials site
|
-
Property mode
set to
100644
|
File size:
136 bytes
|
Rev | Line | |
---|
[8a6d19d] | 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.