Working ... uh sort of .. on Windows now to try on Linux.

This commit is contained in:
Zed A. Shaw 2025-11-30 12:05:46 -05:00
parent a5c13d8654
commit 8f679dbe65
6 changed files with 66 additions and 37 deletions

View file

@ -13,7 +13,6 @@
#include <functional>
#include <deque>
#include <vulkan/vulkan.h>
// #include <vulkan/vk_enum_string_helper.h>
#include <vk_mem_alloc.h>
@ -38,4 +37,3 @@ struct AllocatedImage {
VkExtent3D imageExtent;
VkFormat imageFormat;
};