]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture2d.cpp
Remove the notion of default binding point from Buffer
[libs/gl.git] / source / core / texture2d.cpp
index b3caf509ec3108b1d418c8298186d1e795d2cb03..c0a96a4e7e2d43e10e14b58f268d8952fe0ac90c 100644 (file)
@@ -254,7 +254,6 @@ void Texture2D::Loader::storage_levels(PixelFormat fmt, unsigned w, unsigned h,
 Texture2D::AsyncLoader::AsyncLoader(Texture2D &t, IO::Seekable &i):
        texture(t),
        io(i),
-       pixel_buffer(PIXEL_UNPACK_BUFFER),
        mapped_address(0),
        img_loader(Graphics::ImageLoader::open_io(io)),
        phase(0)