VFX-JS
    Preparing search index...

    Type Alias EffectBlitOpts

    type EffectBlitOpts = {
        blend?: EffectBlendMode;
        swap?: boolean;
    }
    Index

    Properties

    Properties

    Blend mode override. Same default as EffectDrawOpts.blend:
    "premultiplied" to the canvas, "none" to a render target.

    swap?: boolean

    Advance a persistent target's read/write buffers after the copy.
    Default: true. See EffectDrawOpts.swap.