* Performs initialization tasks. * * @param {WebGLRenderer} renderer - The renderer. * @param {Boolean} alpha - Whether the renderer uses the alpha channel or not. * @param {Number} frameBufferType - The type of the main frame buffers.
(renderer, alpha, frameBufferType)
| 415 | */ |
| 416 | |
| 417 | initialize(renderer, alpha, frameBufferType) { |
| 418 | |
| 419 | this.adaptiveLuminancePass.initialize(renderer, alpha, frameBufferType); |
| 420 | |
| 421 | } |
| 422 | |
| 423 | } |
nothing calls this directly
no test coverage detected