VKVG  
Vulkan Vector Graphics

◆ vkvg_new_sub_path()

void vkvg_new_sub_path ( VkvgContext  ctx)

Start new sub path, after the call to this method, no current point is defined. If the current path is empty, this function has no effect.

In many cases, this call is not needed since new sub-paths are frequently started with vkvg_move_to().

Parameters
ctxThe vkvg context pointer.