]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/texture_backend.h
Convert pixel components if necessary when async loading textures
[libs/gl.git] / source / backends / vulkan / texture_backend.h
index f7ea99b0ecd4c13b605c0bc0bfc54a5b75fe1edf..c977e82e287f120fb13727e32c7c956617573804 100644 (file)
@@ -33,8 +33,6 @@ protected:
        void create_mip_views() const;
        void require_swizzle() { }
 
-       void stage_pixels(void *, const void *, size_t);
-
        void generate_mipmap();
        virtual void fill_mipmap_blit(unsigned, void *) = 0;