source: network-game/graphics_library/common/shader.hpp@ c666518

Last change on this file since c666518 was af116c0, checked in by Dmitry Portnoy <dmp1488@…>, 10 years ago

new graphics library code

  • Property mode set to 100644
File size: 130 bytes
RevLine 
[af116c0]1#ifndef SHADER_HPP
2#define SHADER_HPP
3
4GLuint LoadShaders(const char * vertex_file_path,const char * fragment_file_path);
5
6#endif
Note: See TracBrowser for help on using the repository browser.