X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Ftexture2d_backend.h;h=d4b7db1d934cbcdd44a33f504857cf452857715c;hb=6d2e2a0bb28496a8c25b441009bdd2a1a1e72d81;hp=1a5377ed668b29fc8db8c94fa1ee77bcb9e9b02f;hpb=a16145549dc87c3b12671f797bd77b14bcc7786b;p=libs%2Fgl.git diff --git a/source/backends/vulkan/texture2d_backend.h b/source/backends/vulkan/texture2d_backend.h index 1a5377ed..d4b7db1d 100644 --- a/source/backends/vulkan/texture2d_backend.h +++ b/source/backends/vulkan/texture2d_backend.h @@ -13,6 +13,7 @@ protected: virtual void fill_image_info(void *) const; void sub_image(unsigned, int, int, unsigned, unsigned, const void *); + virtual void fill_mipmap_blit(unsigned, void *); public: virtual Resource::AsyncLoader *load(IO::Seekable &, const Resources * = 0);