VKVG
Vulkan Vector Graphics
|
◆ VkvgSurface
A VkvgSurface represents an image, either as the destination of a drawing operation or as source when drawing onto another surface. To draw to a VkvgSurface, create a vkvg context with the surface as the target, using vkvg_create(). |