Files
2025-01-29 10:55:49 +01:00

13 lines
171 B
C

#pragma once
#include "MiniVulkan.h"
typedef struct {
int count;
int format;
VkBuffer buf;
VkDeviceMemory mem;
VkMemoryAllocateInfo mem_alloc;
} IndexBuffer5Impl;