da_ImDrawList_AddImageQuad

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc nothrow
alias da_ImDrawList_AddImageQuad = void function
(,,
const ImVec2 a
,
const ImVec2 b
,
const ImVec2 c
,
const ImVec2 d
,
const ImVec2 uv_a = ImVec2(0, 0)
,
const ImVec2 uv_b = ImVec2(1, 0)
,
const ImVec2 uv_c = ImVec2(1, 1)
,
const ImVec2 uv_d = ImVec2(0, 1)
,
ImU32 col = 0xFFFFFFFF
)

Meta