Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrePassEffectConfiguration

Interface for defining prepass effects in the prepass post-process pipeline

Hierarchy

  • PrePassEffectConfiguration

Implemented by

Index

Properties

Optional createPostProcessSearch playground for createPostProcess

createPostProcess: () => PostProcess

Creates the associated post process

Type declaration

Optional disposeSearch playground for dispose

dispose: () => void

Disposes the effect configuration

Type declaration

    • (): void
    • Returns void

enabledSearch playground for enabled

enabled: boolean

Is the effect enabled

nameSearch playground for name

name: string

Name of the effect

Optional needsImageProcessingSearch playground for needsImageProcessing

needsImageProcessing: boolean

Does the output of this prepass need to go through imageprocessing

Optional postProcessSearch playground for postProcess

postProcess: PostProcess

Post process to attach for this effect

texturesRequiredSearch playground for texturesRequired

texturesRequired: number[]

Textures required in the MRT

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method