Show More
Commit Description:
Loads more porting....
Commit Description:
Loads more porting. (grafted from 383cf2eccdad5a8c72b1ee8a20ebfc67f3bbf8ac)
File last commit:
Show/Diff file:
Action:
ImGui.NET/ImDrawData.Manual.cs
7 lines | 223 B | text/x-csharp | CSharpLexer
Add ImGui.
r16 namespace ImGuiNET
{
public unsafe partial struct ImDrawDataPtr
{
public RangePtrAccessor<ImDrawListPtr> CmdListsRange => new RangePtrAccessor<ImDrawListPtr>(CmdLists.ToPointer(), CmdListsCount);
}
}