holy fuck this is such a stupid issue
This commit is contained in:
parent
97ca8319c3
commit
9fba9e626e
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ bool vk_create_image(const char *path) {
|
|||
vkFreeMemory(g_dev, staging_buffer_memory, NULL);
|
||||
|
||||
PTK_LIST_ADD(VkImage, m_images, image);
|
||||
PTK_LIST_ADD(VkDeviceMemory, m_image_memories, image_memory);
|
||||
create_image_view(image);
|
||||
|
||||
g_image_count += 1;
|
||||
|
|
Loading…
Reference in a new issue