X-Git-Url: https://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=program.hpp;h=3fa88791b1d871ba355306036246aca5e852fe67;hp=0436338502028f97c68025fd56f4cf42bd46658a;hb=d0c631f46c6db417e013b1bc0edec24cb9c2824a;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