]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/texture2d_backend.h
Move Texture2D::AsyncLoader back to the common part
[libs/gl.git] / source / backends / vulkan / texture2d_backend.h
index 7686a9e0e548645c1e9b0bd0fa42ba7c11be4b86..139f8bef417bf03509425127f11668c3f0bbd8f9 100644 (file)
@@ -27,7 +27,6 @@ protected:
        virtual void fill_mipmap_blit(unsigned, void *);
 
 public:
-       virtual Resource::AsyncLoader *load(IO::Seekable &, const Resources * = 0);
        virtual std::size_t get_data_size() const;
        virtual void unload();
 };