Skip to main content

Crate gpui_kit_semantics

Crate gpui_kit_semantics 

Source
Expand description

A per-frame semantic tree for native GPUI applications.

Native windows have no DOM. Views attach a zero-paint probe to meaningful elements; prepaint records the bounds GPUI actually produced. Nodes absent from the next frame disappear instead of lingering as stale claims.

Structs§

Node
A single assertion target published for one frame.
NodeSpec
Rect
SemanticRegistry
Snapshot

Enums§

LiveRegion
Role

Traits§

Semantic

Functions§

install
Installs the process-wide registry that components self-register into.
redact_sensitive_text