mirror of https://github.com/AxioDL/boo.git
More Vulkan bug fixes
This commit is contained in:
parent
e320121df6
commit
fb259a7d12
|
@ -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
Loading…
Reference in New Issue