X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Ftexture_backend.h;h=c977e82e287f120fb13727e32c7c956617573804;hp=f7ea99b0ecd4c13b605c0bc0bfc54a5b75fe1edf;hb=3f2ce5d1ba85bc0c03e6718cc41c2dac5e959d75;hpb=225dbd7ba2dde73bb28e54e03ae960e88e708f57 diff --git a/source/backends/vulkan/texture_backend.h b/source/backends/vulkan/texture_backend.h index f7ea99b0..c977e82e 100644 --- a/source/backends/vulkan/texture_backend.h +++ b/source/backends/vulkan/texture_backend.h @@ -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;