[Vulkan] Gracefully fail on copy if a target format is unsupported
This commit is contained in:
@@ -47,6 +47,7 @@ class TextureCache {
|
||||
VmaAllocation alloc;
|
||||
VmaAllocationInfo alloc_info;
|
||||
VkFramebuffer framebuffer; // Blit target frame buffer.
|
||||
VkImageUsageFlags usage_flags;
|
||||
|
||||
uintptr_t access_watch_handle;
|
||||
bool pending_invalidation;
|
||||
|
||||
Reference in New Issue
Block a user