OptionaloverrideMaterial: Material<MaterialEventMap>ReadonlyisReadonlypassPreserve the opaqueTarget after rendering.
Whether to render the scene background in this pass. Not serialized
Readonlyrenderrenamed to isExtendedRenderPass
A render target to render opaque objects to. Note that it is only used when renderManager.msaa is true
A render target to render transparent, transmissive objects to. Note that it is only used when renderManager.rgbm is true
This function gets called at the beginning of every frame where this pass would be enabled.
OptionalwriteBuffer: null | WebGLRenderTarget<Texture<TextureEventMap>>OptionalreadBuffer: WebGLRenderTarget<Texture<TextureEventMap>>OptionaldeltaTime: numberOptionalmaskActive: booleanSet the pass as dirty. This is implementation specific to the pass/plugin. It generally calls all onDirty and set the viewer dirty.
Unique id for the pass. Used to determine the order of passes in the pipeline.