Show More
Commit Description:
Initial version of logging....
Commit Description:
Initial version of logging. (grafted from 95ee5e1df2d8c277c703b10da6ad36f166d78716)
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);
}
}