]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture3d.h
Fix reflection of image types from Spir-V modules
[libs/gl.git] / source / core / texture3d.h
index 1fbcf4ee43044436a38cfdef6a2786762edd1ed6..3009e1487a6d57b48ecfb03dd47665db532287e1 100644 (file)
@@ -24,7 +24,6 @@ public:
        private:
                void init();
 
-               void raw_data(const std::string &);
                void storage(PixelFormat, unsigned, unsigned, unsigned);
                void storage_levels(PixelFormat, unsigned, unsigned, unsigned, unsigned);
        };
@@ -66,11 +65,6 @@ public:
 protected:
        unsigned get_n_levels() const;
        LinAl::Vector<unsigned, 3> get_level_size(unsigned) const;
-
-public:
-       virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; }
-       virtual std::size_t get_data_size() const;
-       virtual void unload() { }
 };
 
 } // namespace GL