postprocessing - v7.0.0-beta.16
    Preparing search index...

    Class ClearFlags

    A collection of clear flags.

    Index

    Constructors

    Properties

    Accessors

    Constructors

    • Constructs new clear flags.

      Parameters

      • color: boolean = true

        The color clear flag.

      • depth: boolean = true

        The depth clear flag.

      • stencil: boolean = true

        The stencil clear flag.

      Returns ClearFlags

    Properties

    depth: boolean

    Indicates whether the depth buffer should be cleared.

    gBuffer: Set<string>

    A collection of GBuffer components that should be cleared.

    stencil: boolean

    Indicates whether the stencil buffer should be cleared.

    Accessors