pixi.js
    Preparing search index...

    Interface GlBackBufferOptionsAdvanced

    The options for the back buffer system.

    interface GlBackBufferOptions {
        antialias?: boolean;
        useBackBuffer?: boolean;
    }
    Index

    Properties

    antialias?: boolean

    if true will ensure the texture is antialiased

    useBackBuffer?: boolean

    if true will use the back buffer where required