struct ImGui_ImplWGPU_RenderState

Overview

#include <imgui_impl_wgpu.h>

struct ImGui_ImplWGPU_RenderState
{
    // fields

    WGPUDevice Device;
    WGPURenderPassEncoder RenderPassEncoder;
};