struct ImDrawChannel

Overview

#include <imgui.h>

struct ImDrawChannel
{
    // fields

    ImVector<ImDrawCmd> _CmdBuffer;
    ImVector<ImDrawIdx> _IdxBuffer;
};