- fix burn crash on vulkan
This commit is contained in:
parent
cace5079fe
commit
d5761740d3
4 changed files with 17 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue