Donner 0.5.1
Embeddable browser-grade SVG2 engine
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: