More abstraction...

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-12-11 11:09:07 +02:00
parent 42f5eb7426
commit be453697f0
7 changed files with 254 additions and 14 deletions

View File

@@ -5,6 +5,7 @@
#include <vulkan/vulkan_core.h>
#include "DeletionQueue.h"
#include "DescriptorAllocatorGrowable.h"
namespace Lunar {
@@ -29,6 +30,7 @@ struct FrameData {
VkFence render_fence;
DeletionQueue deletion_queue;
DescriptorAllocatorGrowable frame_descriptors;
};
struct Vertex {