{-# language CPP #-} -- | = Name -- -- VK_MSFT_layered_driver - device extension -- -- == VK_MSFT_layered_driver -- -- [__Name String__] -- @VK_MSFT_layered_driver@ -- -- [__Extension Type__] -- Device extension -- -- [__Registered Extension Number__] -- 531 -- -- [__Revision__] -- 1 -- -- [__Ratification Status__] -- Not ratified -- -- [__Extension and Version Dependencies__] -- -- -- [__Contact__] -- -- - Jesse Natalie -- -- -- [__Extension Proposal__] -- -- -- == Other Extension Metadata -- -- [__Last Modified Date__] -- 2023-06-21 -- -- [__IP Status__] -- No known IP claims. -- -- [__Contributors__] -- -- - Jesse Natalie, Microsoft -- -- == Description -- -- 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. -- -- == New Structures -- -- - Extending -- 'Vulkan.Core11.Promoted_From_VK_KHR_get_physical_device_properties2.PhysicalDeviceProperties2': -- -- - 'PhysicalDeviceLayeredDriverPropertiesMSFT' -- -- == New Enums -- -- - 'LayeredDriverUnderlyingApiMSFT' -- -- == New Enum Constants -- -- - 'MSFT_LAYERED_DRIVER_EXTENSION_NAME' -- -- - 'MSFT_LAYERED_DRIVER_SPEC_VERSION' -- -- - Extending 'Vulkan.Core10.Enums.StructureType.StructureType': -- -- - 'Vulkan.Core10.Enums.StructureType.STRUCTURE_TYPE_PHYSICAL_DEVICE_LAYERED_DRIVER_PROPERTIES_MSFT' -- -- == Examples -- -- None. -- -- == Version History -- -- - Revision 1, 2023-06-21 (Jesse Natalie) -- -- - Initial revision -- -- == See Also -- -- 'LayeredDriverUnderlyingApiMSFT', -- 'PhysicalDeviceLayeredDriverPropertiesMSFT' -- -- == Document Notes -- -- For more information, see the -- -- -- This page is a generated document. Fixes and changes should be made to -- the generator scripts, not directly. module Vulkan.Extensions.VK_MSFT_layered_driver (PhysicalDeviceLayeredDriverPropertiesMSFT) where import Vulkan.CStruct (FromCStruct) import Vulkan.CStruct (ToCStruct) import Data.Kind (Type) data PhysicalDeviceLayeredDriverPropertiesMSFT instance ToCStruct PhysicalDeviceLayeredDriverPropertiesMSFT instance Show PhysicalDeviceLayeredDriverPropertiesMSFT instance FromCStruct PhysicalDeviceLayeredDriverPropertiesMSFT