VKVG  
Vulkan Vector Graphics

◆ vkvg_get_fill_rule()

vkvg_fill_rule_t vkvg_get_fill_rule ( VkvgContext  ctx)

Retrieve the current fill rule set for the supplied context. Initial value is VKVG_FILL_RULE_NON_ZERO and may be modified by a call to vkvg_set_fill_rule.

For more information, see vkvg_fill_rule_t.

Parameters
ctxa valid vkvg Context
Returns
vkvg_fill_rule_t The current fill rule of the context.