Пример #1
0
 public void AddRenderCommand(IRenderCommand rCommand)
 {
     rCommand.Init();
     commandList.AddLast(rCommand);
 }