VKVG  
Vulkan Vector Graphics

◆ vkvg_fill_rule_t

define technique used to fill a path with the vkvg_fill command. This setting can be accessed in the context with vkvg_set_fill_rule and vkvg_get_fill_rule.

All further drawing and clipping operations are affected by this setting.

Enumerator
VKVG_FILL_RULE_EVEN_ODD 

even-odd fill rule

VKVG_FILL_RULE_NON_ZERO 

non zero fill rule

Definition at line 221 of file vkvg.h.