Taos API Reference
    Preparing search index...

    Interface PassContext

    Context handed to the pass's execute callback.

    Index

    Properties

    commandEncoder: GPUCommandEncoder

    Frame-shared command encoder. Always available.

    renderPassEncoder?: GPURenderPassEncoder

    Set when the pass is 'render'. The graph begins/ends the render pass.

    computePassEncoder?: GPUComputePassEncoder

    Set when the pass is 'compute'. The graph begins/ends the compute pass.