Gpu cleanup

This commit is contained in:
luboslenco
2025-07-21 15:06:21 +02:00
parent be44ab4fae
commit 0bde9a03a9
6 changed files with 11 additions and 14 deletions
-1
View File
@@ -30,7 +30,6 @@ typedef struct {
VkBuffer buf;
VkDeviceMemory mem;
VkMemoryAllocateInfo mem_alloc;
float *data;
} gpu_buffer_impl_t;
typedef struct {