struct ImDrawVertAllegro

Overview

struct ImDrawVertAllegro
{
    // fields

    ImVec2 pos;
    ImVec2 uv;
    ALLEGRO_COLOR col;
};