Package org.lwjgl.vulkan
Class MSFTLayeredDriver
java.lang.Object
org.lwjgl.vulkan.MSFTLayeredDriver
This extension adds new physical device properties to allow applications and the Vulkan ICD loader to understand when a physical device is implemented as a layered driver on top of another underlying API.
Examples
None.
- Name String
VK_MSFT_layered_driver- Extension Type
- Device extension
- Registered Extension Number
- 531
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_get_physical_device_properties2or Version 1.1- Contact
- Jesse Natalie jenatali
- Extension Proposal
- VK_MSFT_layered_driver
Other Extension Metadata
- Last Modified Date
- 2023-06-21
- IP Status
- No known IP claims.
- Contributors
- Jesse Natalie, Microsoft
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intVkLayeredDriverUnderlyingApiMSFT - Layered driver underlying APIsstatic final intVkLayeredDriverUnderlyingApiMSFT - Layered driver underlying APIsstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_MSFT_LAYERED_DRIVER_SPEC_VERSION
public static final int VK_MSFT_LAYERED_DRIVER_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_MSFT_LAYERED_DRIVER_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LAYERED_DRIVER_PROPERTIES_MSFT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LAYERED_DRIVER_PROPERTIES_MSFTExtendsVkStructureType.- See Also:
-
VK_LAYERED_DRIVER_UNDERLYING_API_NONE_MSFT
public static final int VK_LAYERED_DRIVER_UNDERLYING_API_NONE_MSFTVkLayeredDriverUnderlyingApiMSFT - Layered driver underlying APIsSee Also
VkPhysicalDeviceLayeredDriverPropertiesMSFTEnum values:
- See Also:
-
VK_LAYERED_DRIVER_UNDERLYING_API_D3D12_MSFT
public static final int VK_LAYERED_DRIVER_UNDERLYING_API_D3D12_MSFTVkLayeredDriverUnderlyingApiMSFT - Layered driver underlying APIsSee Also
VkPhysicalDeviceLayeredDriverPropertiesMSFTEnum values:
- See Also:
-