Reflection
[opengl.git] / program.hpp
index 0436338502028f97c68025fd56f4cf42bd46658a..3fa88791b1d871ba355306036246aca5e852fe67 100644 (file)
@@ -5,6 +5,7 @@
 class Program {
        public:
                Program(const std::string vert, const std::string frag);
+               void validate() const;
                GLuint progId;
 };
 #endif