3 This file is part of libmspgl
4 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
8 #ifndef MSP_GL_RENDERABLE_H_
9 #define MSP_GL_RENDERABLE_H_
19 virtual bool has_pass(const std::string &pn) const =0;
21 virtual void render() const =0;
22 virtual void render(const std::string &pn) const =0;