VKVG  
Vulkan Vector Graphics

◆ vkvg_flush()

void vkvg_flush ( VkvgContext  ctx)

Drawing operations by a context on a surface are delayed in several cases for optimisation purpose. Calling vkvg_flush on a context ensure that all possibly delayed drawing command are executed. The context is automatically flushed on destruction.

Parameters
ctxThe vkvg context to flush.