ImDrawList_CloneOutput function

Pointer<ImDrawList> ImDrawList_CloneOutput(
  1. Pointer<ImDrawList> self
)
ImDrawList* ImDrawList_CloneOutput(
 ImDrawList* self
);

Implementation

Pointer<ImDrawList> ImDrawList_CloneOutput(Pointer<ImDrawList> self) =>
    _ImDrawList_CloneOutput(self);