Gpu cleanup

This commit is contained in:
luboslenco
2025-06-30 20:46:17 +02:00
parent bc55e213b1
commit af7dc2e099
13 changed files with 302 additions and 342 deletions
-1
View File
@@ -66,7 +66,6 @@ typedef struct {
struct ID3D12Resource *depth_texture;
struct D3D12Viewport viewport;
struct D3D12Rect scissor;
enum D3D12_RESOURCE_STATES state;
} gpu_texture_impl_t;
typedef struct {