Gpu cleanup

This commit is contained in:
luboslenco
2025-09-09 19:41:55 +02:00
parent 6d659ca425
commit c270fefac3
8 changed files with 59 additions and 51 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#pragma once
typedef struct {
void *_pipeline;
void *_depth;
void *pipeline;
void *depth;
} gpu_pipeline_impl_t;
typedef struct {