struct ImGui_ImplWGPU_InitInfo

Overview

#include <imgui_impl_wgpu.h>

struct ImGui_ImplWGPU_InitInfo
{
    // fields

    WGPUDevice Device = nullptr;
    int NumFramesInFlight = 3;
    WGPUTextureFormat RenderTargetFormat = WGPUTextureFormat_Undefined;
    WGPUTextureFormat DepthStencilFormat = WGPUTextureFormat_Undefined;
    WGPUMultisampleState PipelineMultisampleState = {};
};