Exemplo n.º 1
0
 public static void AddCommandList(ILGuiCommandList CommandList)
 {
     LGuiGraphics.AddCommandList(CommandList);
 }
Exemplo n.º 2
0
 internal static void AddCommandList(ILGuiCommandList CommandList)
 {
     GetCurrentList().AddCommandList(CommandList as LGuiCommandList);
 }