VKVG  
Vulkan Vector Graphics

◆ vkvg_set_source_surface()

void vkvg_set_source_surface ( VkvgContext  ctx,
VkvgSurface  surf,
float  x,
float  y 
)

set VkvgSurface as the current context source.

Parameters
ctxa valid vkvg Context
surfthe vkvg surface to use as source.
xan x offset to apply for drawing operations using this surface.
yan y offset to apply for drawing operations using this surface.