VKVG  
Vulkan Vector Graphics

◆ vkvg_surface_write_to_memory()

vkvg_status_t vkvg_surface_write_to_memory ( VkvgSurface  surf,
unsigned char *const  bitmap 
)
Parameters
Thesurface to save
Avalid pointer on cpu memory large enough to contain surface pixels (stride * height)
Returns
SUCCESS or not.