ImDrawList_AddDrawCmd function

void ImDrawList_AddDrawCmd(
  1. Pointer<ImDrawList> self
)
void ImDrawList_AddDrawCmd(
 ImDrawList* self
);

Implementation

void ImDrawList_AddDrawCmd(Pointer<ImDrawList> self) =>
    _ImDrawList_AddDrawCmd(self);