ImDrawList_PrimUnreserve function

void ImDrawList_PrimUnreserve(
  1. Pointer<ImDrawList> self,
  2. int idx_count,
  3. int vtx_count
)
void ImDrawList_PrimUnreserve(
 ImDrawList* self ,
 int idx_count ,
 int vtx_count
);

Implementation

void ImDrawList_PrimUnreserve(
        Pointer<ImDrawList> self, int idx_count, int vtx_count) =>
    _ImDrawList_PrimUnreserve(self, idx_count, vtx_count);