Skip to main content

Crate cbf_compositor

Crate cbf_compositor 

Source
Expand description

Scene-based browser surface compositor for CBF desktop applications.

This crate separates backend ownership relationships from host composition relationships. A transient browsing context remains owned by a parent page, but may still be rendered in any compositor-managed window.

Modules§

core
Core compositor orchestration and public command types.
model
Public scene-model types used by cbf-compositor.

Enums§

BackendCommand
Backend command emitted by the compositor input bridge.
CompositorError
Errors produced by compositor state management and platform attachment.

Traits§

WindowHost
Narrow host-window abstraction required by the compositor.