pixi.js
    Preparing search index...

    Enumeration CLEARAdvanced

    Constants used by the renderer for clearing the screen or render textures.

    Index

    Enumeration Members

    ALL: 17664

    Clear the color, depth, and stencil buffers.

    COLOR: 16384

    Clear the color buffer.

    COLOR_DEPTH: 16640

    Clear the color and depth buffers.

    COLOR_STENCIL: 17408

    Clear the color and stencil buffers.

    DEPTH: 256

    Clear the depth buffer.

    DEPTH_STENCIL: 1280

    Clear the depth and stencil buffers.

    NONE: 0

    No clear operation.

    STENCIL: 1024

    Clear the stencil buffer.