Serialized Pipeline with SerializeReference
Introduction What is a serialized pipeline? We’re using pipeline in a reductive sense, as in general pipelines can get very complicated (rendering pipeline). Our definition of a pipeline is an array of pipes that get executed in order and which may contain some additional data. The second clarifier is in the serialization so our specific pipel...