VKVG  
Vulkan Vector Graphics

◆ VkvgSurface

typedef struct _vkvg_surface_t* 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().

Definition at line 308 of file vkvg.h.