Structures
VkPhysicalDeviceLayeredDriverPropertiesMSFT
Structure containing information about driver layering for a physical device
The VkPhysicalDeviceLayeredDriverPropertiesMSFT structure is defined
as:
typedef struct VkPhysicalDeviceLayeredDriverPropertiesMSFT {
VkStructureType sType;
void* pNext;
VkLayeredDriverUnderlyingApiMSFT underlyingAPI;
} VkPhysicalDeviceLayeredDriverPropertiesMSFT;
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.underlyingAPIis a VkLayeredDriverUnderlyingApiMSFT value indicating which underlying API is used to implement the layered driver, orVK_LAYERED_DRIVER_UNDERLYING_API_NONE_MSFTif the driver is not layered.
These are properties of the driver layering information of a physical device.
Valid Usage (Implicit)
VUID-VkPhysicalDeviceLayeredDriverPropertiesMSFT-sType-sType
sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LAYERED_DRIVER_PROPERTIES_MSFT