Merge branch 'canary' into 0414/vtr_test_layout

This commit is contained in:
Yifeng Wang
2025-04-15 09:20:25 +08:00
2 changed files with 5 additions and 1 deletions
@@ -83,6 +83,10 @@ export class ViewportTurboRendererExtension extends GfxExtension {
private viewportElement: GfxViewportElement | null = null;
private readonly refresh$ = new Subject<void>();
public get currentState(): RenderingState {
return this.state$.value;
}
constructor(gfx: GfxController) {
super(gfx);