struct ImDrawVert

Overview

#include <imgui.h>

struct ImDrawVert
{
    // fields

    ImVec2 pos;
    ImVec2 uv;
    ImU32 col;
};