Taos API Reference
    Preparing search index...

    Class DirectionalShadowPass

    Hierarchy (View Summary)

    • Pass<DirectionalShadowDeps, DirectionalShadowOutputs>
      • DirectionalShadowPass
    Index

    Properties

    name: "DirectionalShadowPass" = 'DirectionalShadowPass'

    Human-readable identifier used in graph node labels and error messages.

    Methods

    • Insert the pass into graph for one frame. Implementations call graph.addPass(name, type, b => { ... }) exactly once and use the supplied PassBuilder to declare reads, writes, transient resources, and the execute callback.

      Parameters

      • graph: RenderGraph

        Graph being built this frame.

      • deps: DirectionalShadowDeps

        Pass-specific dependency record (handles, scene data, etc.).

      Returns DirectionalShadowOutputs

      Pass-specific output record (typically a set of handles downstream passes will consume).