mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 23:56:29 +00:00
More Vulkan bug fixes
This commit is contained in:
@@ -49,10 +49,8 @@ struct VulkanContext
|
||||
struct Buffer
|
||||
{
|
||||
VkImage m_image;
|
||||
VkImageView m_view;
|
||||
void destroy(VkDevice dev)
|
||||
{
|
||||
vkDestroyImageView(dev, m_view, nullptr);
|
||||
vkDestroyImage(dev, m_image, nullptr);
|
||||
}
|
||||
};
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user