1 #ifndef MSP_GL_CLIPPING_H_
2 #define MSP_GL_CLIPPING_H_
14 class Clipping: public Bindable<Clipping>
17 std::vector<const ClipPlane *> planes;
20 static unsigned get_n_attach_points();
22 void attach(unsigned, const ClipPlane &);
23 void detach(unsigned);
25 void update_shader_data(ProgramData &, const Matrix &) const;