VKVG  
Vulkan Vector Graphics

◆ vkvg_close_path()

void vkvg_close_path ( VkvgContext  ctx)

Close the last path emited for this context if its point count is greater than 2. This function has no effect if the current path is empty or if its point count is less than 2.

Parameters
ctxThe vkvg context pointer.