Expand description
Core compositor orchestration and public command types.
The core module owns scene state, ownership relationships, and window attachment while platform and backend adapters remain internal details.
Structs§
- Attach
Window Options - Options for attaching a host window to the compositor.
- Compositor
- Scene compositor that attaches to native host windows and routes browser surfaces into a declarative composition tree.
- Routed
Event Context - Context describing one compositor-routed input event.
Enums§
- Composition
Command - Declarative scene updates applied to a compositor-managed window.
- Event
Routing Decision - Host decision applied after compositor hit-testing and before backend dispatch.
- Routed
Event Kind - Routed event kinds supported by the host event router.
Type Aliases§
- Event
Router - Host callback used to accept or consume a routed input event before dispatch.