API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

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: number
Nesting depth (0 = top-level pass).
enabled: boolean
Whether the pass is enabled.
isPipeline: boolean
Whether the pass is itself a RenderPipeline.
label: string
The pass's label (defaults to its constructor name).
Source