VKVG  
Vulkan Vector Graphics

◆ vkvg_get_required_instance_extensions()

void vkvg_get_required_instance_extensions ( const char **  pExtensions,
uint32_t *  pExtCount 
)
Parameters
pExtensionsa valid pointer to the array of extension names to fill, the size may be queried by calling this method with pExtension being a NULL pointer.
pExtCounta valid pointer to an integer that will be fill with the required extension count.