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
@@ -55,7 +55,6 @@ typedef struct {
struct ID3D12Resource *readback;
struct ID3D12DescriptorHeap *srv_descriptor_heap;
struct ID3D12DescriptorHeap *rtv_descriptor_heap;
int stride;
} gpu_texture_impl_t;
typedef struct {