- fix burn crash on vulkan

This commit is contained in:
Magnus Norddahl 2019-05-09 17:55:29 +02:00
commit d5761740d3
4 changed files with 17 additions and 1 deletions

View file

@ -38,6 +38,8 @@ public:
// Wipe screen
void CreateWipeTexture(int w, int h, const char *name);
void DeleteDescriptors() override { ResetDescriptors(); }
VulkanImage *GetImage(FTexture *tex, int translation, int flags);
VulkanImageView *GetImageView(FTexture *tex, int translation, int flags);
VulkanImageView *GetDepthStencilView(FTexture *tex);