Пример #1
0
 public void Initialize()
 {
     for (int i = 0; i < this.thrcount; i++)
     {
         DX11SchedulerThread thread = new DX11SchedulerThread(this, context);
         this.threads.Add(thread);
         thread.Start();
     }
 }
Пример #2
0
 public void Initialize()
 {
     for (int i = 0; i < this.thrcount; i++)
     {
         DX11SchedulerThread thread = new DX11SchedulerThread(this, context);
         this.threads.Add(thread);
         thread.Start();
     }
 }