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

◆ vkvg_get_required_device_extensions()

vkvg_status_t 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.
Returns
VKVG_STATUS_SUCCESS or VKVG_STATUS_DEVICE_ERROR if a fatal error occured.