1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-20 01:34:20 +00:00

Remove unused members pFrameResources and frameIndex

This commit is contained in:
Rémy Tassoux 2025-10-10 02:29:34 +02:00
parent cab82d9c76
commit 52e7f797c0

View file

@ -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)); }
};