ImDrawCmd_destroy function

void ImDrawCmd_destroy(
  1. Pointer<ImDrawCmd> self
)
void ImDrawCmd_destroy(
 ImDrawCmd* self
);

Implementation

void ImDrawCmd_destroy(Pointer<ImDrawCmd> self) => _ImDrawCmd_destroy(self);