ImDrawList_PrimRectUV

Function ImDrawList_PrimRectUV 

Source
pub unsafe extern "C" fn ImDrawList_PrimRectUV(
    this: *mut ImDrawList,
    a: *const ImVec2,
    b: *const ImVec2,
    uv_a: *const ImVec2,
    uv_b: *const ImVec2,
    col: ImU32,
)