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