struct ImGui_ImplDX12_RenderState

Overview

#include <imgui_impl_dx12.h>

struct ImGui_ImplDX12_RenderState
{
    // fields

    ID3D12Device* Device;
    ID3D12GraphicsCommandList* CommandList;
};