VKVG  
Vulkan Vector Graphics
Loading...
Searching...
No Matches

◆ 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 318 of file vkvg.h.