struct ImGui_ImplDX12_FrameContext

Overview

struct ImGui_ImplDX12_FrameContext
{
    // fields

    UINT64 FenceValue;
    ID3D12CommandAllocator* CommandAllocator;
    ID3D12Resource* RenderTarget;
    D3D12_CPU_DESCRIPTOR_HANDLE RenderTargetCpuDescriptors;
};