Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
donner::svg::compositor::HintEntry Struct Reference

A single {source, weight} entry stored by CompositorHintComponent. More...

#include "donner/svg/compositor/CompositorHintComponent.h"

Public Attributes

HintSource source
 Source subsystem that published this hint.
uint16_t weight
 Weight (0..65535). 0xFFFF combined with HintSource::Mandatory is the infinite-weight sentinel.

Detailed Description

A single {source, weight} entry stored by CompositorHintComponent.

Member Data Documentation

◆ source

HintSource donner::svg::compositor::HintEntry::source

Source subsystem that published this hint.

◆ weight

uint16_t donner::svg::compositor::HintEntry::weight

Weight (0..65535). 0xFFFF combined with HintSource::Mandatory is the infinite-weight sentinel.


The documentation for this struct was generated from the following file: