Exemplo n.º 1
0
 public static extern DrawCmd* ImDrawList_GetCmdPtr(DrawList* list, int n);
Exemplo n.º 2
0
 public static extern int ImDrawList_GetCmdSize(DrawList* list);
Exemplo n.º 3
0
 public static extern int ImDrawList_GetIndexBufferSize(DrawList* list);
Exemplo n.º 4
0
 public static extern ushort* ImDrawList_GetIndexPtr(DrawList* list, int n);
Exemplo n.º 5
0
 public static extern DrawVert* ImDrawList_GetVertexPtr(DrawList* list, int n);