VKVG  
Vulkan Vector Graphics

◆ vkvg_line_to()

void vkvg_line_to ( VkvgContext  ctx,
float  x,
float  y 
)

After this call, the current position will be (x,y). If no current point is defined, this function call is equivalent to a single vkvg_move_to command.

Parameters
ctxThe vkvg context pointer.
xabsolute x coordinate of second point
yaboslute y coordinate of second point