Gpu cleanup

This commit is contained in:
luboslenco
2025-07-10 16:35:19 +02:00
parent 9515dc81ad
commit ebdd602741
19 changed files with 90 additions and 354 deletions
-1
View File
@@ -22,7 +22,6 @@ typedef struct {
typedef struct {
void *_tex;
void *data;
bool has_mipmaps;
void *_texReadback;
} gpu_texture_impl_t;