Skip to content

Commit 98f5b4a

Browse files
committed
(D3D12) Remove unused variable
1 parent 323e8b5 commit 98f5b4a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

gfx/drivers/d3d12.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6117,7 +6117,6 @@ static bool d3d12_gpu_hdr_readback_to_bgr24(
61176117
d3d12_texture_t sdr_rt = { 0 };
61186118
D3D12Resource readback = NULL;
61196119
D3D12Resource back_buffer;
6120-
D3D12_RESOURCE_DESC sdr_desc;
61216120
D3D12_HEAP_PROPERTIES heap_props;
61226121
D3D12_RESOURCE_DESC buf_desc;
61236122
D3D12_PLACED_SUBRESOURCE_FOOTPRINT footprint;

0 commit comments

Comments
 (0)