X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture1d.h;h=09d805e7869f8afd2819596bab336a8db23389a8;hb=e92de029768eef5f0fd744329e589161b46d0762;hp=b14ff917666f88cb02fc7fbbcd5c55a8330b0075;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266;p=libs%2Fgl.git diff --git a/source/core/texture1d.h b/source/core/texture1d.h index b14ff917..09d805e7 100644 --- a/source/core/texture1d.h +++ b/source/core/texture1d.h @@ -36,7 +36,13 @@ public: { storage(make_pixelformat(c, UNSIGNED_BYTE), w, l); } void allocate(unsigned); +private: + void allocate_(unsigned); +public: void image(unsigned, const void *); +private: + void image_(unsigned, const void *); +public: DEPRECATED void image(unsigned, PixelComponents, DataType, const void *); void sub_image(unsigned, int, unsigned, const void *); DEPRECATED void sub_image(unsigned, int, unsigned, PixelComponents, DataType, const void *);