Files

14 lines
230 B
C
Raw Permalink Normal View History

2025-01-29 10:55:49 +01:00
#pragma once
#include "MiniVulkan.h"
typedef struct {
VkBuffer buf;
VkDescriptorBufferInfo buffer_info;
VkMemoryAllocateInfo mem_alloc;
VkDeviceMemory mem;
int lastStart;
int lastCount;
int mySize;
} ConstantBuffer5Impl;