* Begin the rendering process. * * @remarks * Called after the rendering has been set up, right before the first frame * is rendered. Once `start()` is called, it is guaranteed that the `stop()` * method will be called as well. Can be used to initialize any resources that * require
()
| 63 | * require a clean-up. |
| 64 | */ |
| 65 | start?(): Promise<void>; |
| 66 | |
| 67 | /** |
| 68 | * Export a frame. |
no outgoing calls
no test coverage detected