Module scene_builder_thread

Source

Macrosยง

declare_interners ๐Ÿ”’

Structsยง

BuiltTransaction
Represent the remaining work associated to a transaction after the scene building phase as well as the result of scene building itself if applicable.
Document ๐Ÿ”’
InternerUpdates
Interners
This struct contains all items that can be shared between display lists. We want to intern and share the same clips, primitives and other things between display lists so that:
LowPrioritySceneBuilderThread
A scene builder thread which executes expensive operations such as blob rasterization with a lower priority than the normal scene builder thread.
SceneBuilderThread
SceneBuilderThreadChannels

Enumsยง

SceneBuilderRequest
Message to the scene builder thread.
SceneBuilderResult
SceneSwapResult

Functionsยง

rasterize_blobs ๐Ÿ”’