X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Ftexture2dmultisample_backend.h;h=392fb0fb03fd679af1e032eafe2123eabde943e3;hb=c218e021ede4e91c0fbc22ea9d636283409f847f;hp=d20e33bccf3cd116ce93c4b71a3f672a22378769;hpb=a16145549dc87c3b12671f797bd77b14bcc7786b;p=libs%2Fgl.git 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; }