igCreateContext function

int igCreateContext(
  1. Pointer<ImFontAtlas> shared_font_atlas
)
IntPtr igCreateContext(
 ImFontAtlas* shared_font_atlas
);

Implementation

int igCreateContext(Pointer<ImFontAtlas> shared_font_atlas) =>
    _igCreateContext(shared_font_atlas);