* Initialize the bridge with a canvas * 使用画布初始化桥接
(canvas: HTMLCanvasElement)
| 73 | * 使用画布初始化桥接 |
| 74 | */ |
| 75 | public async initialize(canvas: HTMLCanvasElement): Promise<boolean> { |
| 76 | return this._backend.initialize(canvas); |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * Begin a new frame |
nothing calls this directly
no test coverage detected