X-Git-Url: https://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=program.hpp;h=3fa88791b1d871ba355306036246aca5e852fe67;hp=0436338502028f97c68025fd56f4cf42bd46658a;hb=8abaf8f77191e1c660def0832d8036a8b4639ba8;hpb=c44e69ec78367fb2957324026894aef970f2481a diff --git a/program.hpp b/program.hpp index 0436338..3fa8879 100644 --- a/program.hpp +++ b/program.hpp @@ -5,6 +5,7 @@ class Program { public: Program(const std::string vert, const std::string frag); + void validate() const; GLuint progId; }; #endif