/// A text editor for ImGui with syntax highlighting. bool operator==(const text_pos &o) const { return line == o.line && column == o.column; } bool operator!=(const ...
// [X] Renderer: Large meshes support (64k+ vertices) even with 16-bit indices (ImGuiBackendFlags_RendererHasVtxOffset). // [X] Renderer: Texture updates support for ...