Structures

VkDirectDriverLoadingInfoLUNARG

Structure specifying the information required to load an additional driver

The VkDirectDriverLoadingInfoLUNARG structure is defined as:

typedef struct VkDirectDriverLoadingInfoLUNARG {
    VkStructureType sType;
    void* pNext;
    VkDirectDriverLoadingFlagsLUNARG flags;
    PFN_vkGetInstanceProcAddrLUNARG pfnGetInstanceProcAddr;
} VkDirectDriverLoadingInfoLUNARG;

Valid Usage (Implicit)

VUID-VkDirectDriverLoadingInfoLUNARG-sType-sType

sType must be VK_STRUCTURE_TYPE_DIRECT_DRIVER_LOADING_INFO_LUNARG