ImFontAtlas_destroy function

void ImFontAtlas_destroy(
  1. Pointer<ImFontAtlas> self
)
void ImFontAtlas_destroy(
 ImFontAtlas* self
);

Implementation

void ImFontAtlas_destroy(Pointer<ImFontAtlas> self) =>
    _ImFontAtlas_destroy(self);