()
| 189 | } |
| 190 | |
| 191 | _finalize(): void { |
| 192 | this.internalState.renderBuffers.forEach((fbo: Framebuffer) => { |
| 193 | fbo.destroy(); |
| 194 | }); |
| 195 | this.internalState.renderBuffers = null; |
| 196 | this.internalState.postProcess.cleanup(); |
| 197 | } |
| 198 | }; |
| 199 | } |
| 200 |
no test coverage detected