ImDrawList__PopUnusedDrawCmd function

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

Implementation

void ImDrawList__PopUnusedDrawCmd(Pointer<ImDrawList> self) =>
    _ImDrawList__PopUnusedDrawCmd(self);