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

    Class Output

    Output resources.

    Hierarchy

    Implements

    Index

    Constructors

    Properties

    defines: Map<string, string | number | boolean>

    A collection of macro definitions.

    renderTargets: Map<string, RenderTargetResource>

    Output render targets.

    uniforms: Map<string, IUniform<any>>

    A collection of uniforms.

    BUFFER_DEFAULT: "BUFFER_DEFAULT"

    Identifies the default output buffer in the renderTargets collection.

    Accessors

    • get frameBufferPrecisionHigh(): boolean

      Indicates whether the default buffer uses high precision.

      Returns boolean

    • get hasDefaultBuffer(): boolean

      Indicates whether a default output buffer has been set.

      Returns boolean

    Methods

    • Removes the default buffer.

      Returns boolean

      True if the buffer existed and has been removed, or false if it doesn't exist.