VKVG  
Vulkan Vector Graphics

◆ vkvg_has_current_point()

bool vkvg_has_current_point ( VkvgContext  ctx)

Returns whether a current point is defined on the current path. See vkvg_get_current_point() for details on the current point.

Parameters
ctxa valig vkvg Context
Returns
bool trueif a current point is defined, false otherwise.