mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Backends: DirectX12: remove unused members. (#8998)
Unused in docking branch. Leftover from a merge.
This commit is contained in:
parent
8de97d14d8
commit
8d9c903919
1 changed files with 0 additions and 3 deletions
|
|
@ -112,9 +112,6 @@ struct ImGui_ImplDX12_Data
|
|||
ID3D12CommandAllocator* pTexCmdAllocator;
|
||||
ID3D12GraphicsCommandList* pTexCmdList;
|
||||
|
||||
ImGui_ImplDX12_RenderBuffers* pFrameResources;
|
||||
UINT frameIndex;
|
||||
|
||||
ImGui_ImplDX12_Data() { memset((void*)this, 0, sizeof(*this)); }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue