X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Ftexture2dmultisample_backend.h;h=392fb0fb03fd679af1e032eafe2123eabde943e3;hp=d20e33bccf3cd116ce93c4b71a3f672a22378769;hb=d2a23243b7f25e56ef098196b2962c103989143f;hpb=5c35768c310847df816d216eecf8fa2e93f5f8b8 diff --git a/source/backends/vulkan/texture2dmultisample_backend.h b/source/backends/vulkan/texture2dmultisample_backend.h index d20e33bc..392fb0fb 100644 --- a/source/backends/vulkan/texture2dmultisample_backend.h +++ b/source/backends/vulkan/texture2dmultisample_backend.h @@ -12,6 +12,8 @@ protected: VulkanTexture2DMultisample(); virtual void fill_image_info(void *) const; + virtual void generate_mipmap(); + virtual void fill_mipmap_blit(unsigned, void *) { } public: virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; }