pub type MeshOutput = PipelineOutput<Mesh>;
pub struct MeshOutput { pub mesh: Option<Mesh>, }
mesh: Option<Mesh>