ImDrawList_PrimReserve function

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

Implementation

void ImDrawList_PrimReserve(
        Pointer<ImDrawList> self, int idx_count, int vtx_count) =>
    _ImDrawList_PrimReserve(self, idx_count, vtx_count);