API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceRenderPipelineRow
@codexo/exojs/debug / debug / stable
One row of a RenderPipeline listing produced by RenderPassInspectorLayer.describePipeline. Identity is the pass object; `label` is display-only (no names are required). Nested pipelines increase `depth`.
4
props
0
methods
0
events
Import
import { RenderPipelineRow } from '@codexo/exojs/debug'One row of a RenderPipeline listing produced by RenderPassInspectorLayer.describePipeline. Identity is the pass object; `label` is display-only (no names are required). Nested pipelines increase `depth`.
Properties4
depth: numberNesting depth (0 = top-level pass).
enabled: booleanWhether the pass is enabled.
isPipeline: booleanWhether the pass is itself a RenderPipeline.
label: stringThe pass's label (defaults to its constructor name).
Source