init(pipelines:)
Initialize a ComputeGraphSimulation for the given pipelines, or a default pipeline if not specified.
Declaration
convenience init(pipelines: ComputeNodeGraph.Pipelines?)Discussion
The simulation will use the ComputeGraphFramework’s default queue for operations such as fastForward() and resetting after setting the pipeline.
Prefer init(pipeline:commandQueue:) to this method.