コード例 #1
0
 public void AddDependency(CommandBufferScoped dependencyCbs)
 {
     _pool.AddDependency(CommandBufferIndex, dependencyCbs);
 }