]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture1d.h
Use a scratch binding to modify textures and buffers
[libs/gl.git] / source / core / texture1d.h
index 09d805e7869f8afd2819596bab336a8db23389a8..b14ff917666f88cb02fc7fbbcd5c55a8330b0075 100644 (file)
@@ -36,13 +36,7 @@ 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 *);