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
-1
View File
@@ -6,7 +6,6 @@
typedef struct {
WGPUBuffer buffer;
int count;
int stride;
} gpu_buffer_impl_t;