VKVG  
Vulkan Vector Graphics

◆ vkvg_get_required_device_extensions()

void vkvg_get_required_device_extensions ( VkPhysicalDevice  phy,
const char **  pExtensions,
uint32_t *  pExtCount 
)
Parameters
phythe vulkan physical device that will be used to create the VkvgDevice.
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.