gpu: cleanup

This commit is contained in:
luboslenco
2026-03-29 14:10:25 +02:00
parent e0866c19e6
commit c849554c48
7 changed files with 0 additions and 59 deletions
-5
View File
@@ -117,11 +117,6 @@ void gpu_render_target_init2(gpu_texture_t *target, int width, int height, gpu_t
}
}
void gpu_destroy(void) {
id<MTLTexture> readback = (__bridge_transfer id<MTLTexture>)readback_buffer;
readback = nil;
}
void gpu_resize_internal(int width, int height) {
resized = true;
}