Gpu cleanup

This commit is contained in:
luboslenco
2025-07-11 20:06:33 +02:00
parent 0f2eb00518
commit bd1b5e65e3
11 changed files with 229 additions and 316 deletions
-6
View File
@@ -34,16 +34,10 @@ typedef struct {
} gpu_texture_impl_t;
typedef struct {
int count;
VkBuffer buf;
VkDeviceMemory mem;
VkMemoryAllocateInfo mem_alloc;
float *data;
int stride;
unsigned bufferId;
int lastStart;
int lastCount;
int mySize;
} gpu_buffer_impl_t;
typedef struct {