Expand description
Render loop — per-window compositor + vsync loop.
Chrome: cc::LayerTreeHostImpl on the compositor thread.
Runs on its own thread, owns the GPU surface and Compositor.
Handles scroll at vsync rate without view thread involvement.
Enums§
- Render
Event - Events received by the render loop.
Type Aliases§
- OnSurface
Lost - Error callback — called when the GPU surface is lost. The platform-specific adapter provides this.