X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture1d.h;h=0ab9c6f74734974e2716a7e8843b1e535e40a7d3;hb=55dbeb5e04516699b8415104e346243d5e4c48c9;hp=ee930a8721a80205507deed18c73536a7584efe4;hpb=d2efbd8a32efa2a3ee8542efc846277af19d63e0;p=libs%2Fgl.git diff --git a/source/texture1d.h b/source/texture1d.h index ee930a87..0ab9c6f7 100644 --- a/source/texture1d.h +++ b/source/texture1d.h @@ -32,6 +32,7 @@ public: void storage(PixelFormat, unsigned); void allocate(unsigned); void image(unsigned, PixelFormat, DataType, const void *); + void sub_image(unsigned, int, unsigned, PixelFormat, DataType, const void *); virtual void image(const Graphics::Image &, bool = false); unsigned get_width() const { return width; }