Show More
Commit Description:
Initial version of encompass addition (not fully working)....
Commit Description:
Initial version of encompass addition (not fully working). (grafted from 22b0a67e9ee54a2f6d58f957f394be390407a2c7)
File last commit:
Show/Diff file:
Action:
ImGui.NET/ImDrawData.Manual.cs
7 lines | 223 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
public unsafe partial struct ImDrawDataPtr
{
public RangePtrAccessor<ImDrawListPtr> CmdListsRange => new RangePtrAccessor<ImDrawListPtr>(CmdLists.ToPointer(), CmdListsCount);
}
}