Preparing search index...

    Plain configuration object describing a Pass asset, blend mode, and shader defines to apply to a PassInfo via setPassConfiguration.

    Index

    Constructors

    Properties

    Constructors

    • Constructs a new empty PassConfiguration; assign the pass, blendMode, and defines fields before passing it to PassInfo.setPassConfiguration.

      Returns PassConfiguration

    Properties

    blendMode?: BlendMode

    Optional blend mode applied to color output when this configuration is set on a PassInfo.

    defines?: any

    Optional object of shader define values applied to the pass when this configuration is set on a PassInfo.

    pass?: Pass

    Optional Pass asset that the target PassInfo should use.