namespace ImGuiNET { public unsafe partial struct ImDrawDataPtr { public RangePtrAccessor CmdListsRange => new RangePtrAccessor(CmdLists.ToPointer(), CmdListsCount); } }