{-# language CPP #-} -- | = Name -- -- VK_EXT_dynamic_rendering_unused_attachments - device extension -- -- == VK_EXT_dynamic_rendering_unused_attachments -- -- [__Name String__] -- @VK_EXT_dynamic_rendering_unused_attachments@ -- -- [__Extension Type__] -- Device extension -- -- [__Registered Extension Number__] -- 500 -- -- [__Revision__] -- 1 -- -- [__Ratification Status__] -- Ratified -- -- [__Extension and Version Dependencies__] --      -- --      or --      -- -- and --      -- --      or --      -- -- -- [__Contact__] -- -- - Piers Daniell -- -- -- [__Extension Proposal__] -- -- -- == Other Extension Metadata -- -- [__Last Modified Date__] -- 2023-05-22 -- -- [__IP Status__] -- No known IP claims. -- -- [__Contributors__] -- -- - Daniel Story, Nintendo -- -- - Hans-Kristian Arntzen, Valve -- -- - Jan-Harald Fredriksen, Arm -- -- - James Fitzpatrick, Imagination Technologies -- -- - Pan Gao, Huawei Technologies -- -- - Ricardo Garcia, Igalia -- -- - Stu Smith, AMD -- -- == Description -- -- This extension lifts some restrictions in the @VK_KHR_dynamic_rendering@ -- extension to allow render pass instances and bound pipelines within -- those render pass instances to have an unused attachment specified in -- one but not the other. It also allows pipelines to use different formats -- in a render pass as long the attachment is NULL. -- -- == New Structures -- -- - Extending -- 'Vulkan.Core11.Promoted_From_VK_KHR_get_physical_device_properties2.PhysicalDeviceFeatures2', -- 'Vulkan.Core10.Device.DeviceCreateInfo': -- -- - 'PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT' -- -- == New Enum Constants -- -- - 'EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_EXTENSION_NAME' -- -- - 'EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_SPEC_VERSION' -- -- - Extending 'Vulkan.Core10.Enums.StructureType.StructureType': -- -- - 'Vulkan.Core10.Enums.StructureType.STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_FEATURES_EXT' -- -- == Issues -- -- None. -- -- == Version History -- -- - Revision 1, 2023-05-22 (Piers Daniell) -- -- - Internal revisions -- -- == See Also -- -- 'PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT' -- -- == 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_EXT_dynamic_rendering_unused_attachments (PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT) where import Vulkan.CStruct (FromCStruct) import Vulkan.CStruct (ToCStruct) import Data.Kind (Type) data PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT instance ToCStruct PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT instance Show PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT instance FromCStruct PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT