INNER CODE UNIT · Python
pipeline
BrokenSource/DepthFlow · depthflow/scene.py:121
def pipeline(self) -> Iterable[ShaderVariable]:
yield from ShaderScene.pipeline(self)
yield from self.state.pipeline()
INNER CODE UNIT · Python
BrokenSource/DepthFlow · depthflow/scene.py:121
def pipeline(self) -> Iterable[ShaderVariable]:
yield from ShaderScene.pipeline(self)
yield from self.state.pipeline()