X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Ftexture2d_backend.h;h=d4b7db1d934cbcdd44a33f504857cf452857715c;hb=eddb5cfd959eaa202ee6f95cd2049349ec920829;hp=a0b223141b9bdf82311b3e5a97925396e9bbd3bc;hpb=99ca354f18119f82f1adeca100cd665a8f640317;p=libs%2Fgl.git diff --git a/source/backends/vulkan/texture2d_backend.h b/source/backends/vulkan/texture2d_backend.h index a0b22314..d4b7db1d 100644 --- a/source/backends/vulkan/texture2d_backend.h +++ b/source/backends/vulkan/texture2d_backend.h @@ -11,7 +11,9 @@ class VulkanTexture2D: public Texture protected: VulkanTexture2D(); + 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);