VFX-JS
    Preparing search index...

    Type Alias IntermediateEntry

    type IntermediateEntry = {
        fb: Framebuffer;
        rtHandle: EffectRenderTarget;
        texHandle: EffectTexture;
        bufferSize: [number, number];
    }
    Index

    Properties

    fb: Framebuffer

    Write handle (passed as ctx.target).

    texHandle: EffectTexture

    Read handle (passed as ctx.src to the next stage).

    bufferSize: [number, number]