1 #ifndef MSP_GL_PIXELSTORE_H_
2 #define MSP_GL_PIXELSTORE_H_
4 #include <msp/graphics/image.h>
10 class PixelStore: public BindableWithDefault<PixelStore>
21 unsigned image_height;
30 static PixelStore from_image(const Graphics::Image &);
33 void update_parameter(int) const;
36 void set_canvas_size(unsigned, unsigned);
37 void set_origin(unsigned, unsigned, unsigned);
38 void set_alignment(unsigned);