packages feed

vulkan 3.21 → 3.21.1

raw patch · 483 files changed

+1834/−1121 lines, 483 files

Files

changelog.md view
@@ -2,6 +2,9 @@  ## WIP +## [3.21.1] - 2022-09-12+- Bump API version to v1.3.227+ ## [3.21] - 2022-09-05 - Bump API version to v1.3.226 
package.yaml view
@@ -1,5 +1,5 @@ name: vulkan-version: "3.21"+version: "3.21.1" synopsis: Bindings to the Vulkan graphics API. description: Please see [the readme](https://github.com/expipiplus1/vulkan/#readme) category: Graphics
src/Vulkan/CStruct/Extends.hs view
@@ -472,6 +472,7 @@ import {-# SOURCE #-} Vulkan.Core13.Promoted_From_VK_EXT_inline_uniform_block (PhysicalDeviceInlineUniformBlockFeatures) import {-# SOURCE #-} Vulkan.Core13.Promoted_From_VK_EXT_inline_uniform_block (PhysicalDeviceInlineUniformBlockProperties) import {-# SOURCE #-} Vulkan.Extensions.VK_HUAWEI_invocation_mask (PhysicalDeviceInvocationMaskFeaturesHUAWEI)+import {-# SOURCE #-} Vulkan.Extensions.VK_EXT_legacy_dithering (PhysicalDeviceLegacyDitheringFeaturesEXT) import {-# SOURCE #-} Vulkan.Core10.DeviceInitialization (PhysicalDeviceLimits) import {-# SOURCE #-} Vulkan.Extensions.VK_EXT_line_rasterization (PhysicalDeviceLineRasterizationFeaturesEXT) import {-# SOURCE #-} Vulkan.Extensions.VK_EXT_line_rasterization (PhysicalDeviceLineRasterizationPropertiesEXT)@@ -1047,6 +1048,7 @@   Extends DeviceCreateInfo PhysicalDeviceColorWriteEnableFeaturesEXT = ()   Extends DeviceCreateInfo PhysicalDeviceSynchronization2Features = ()   Extends DeviceCreateInfo PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT = ()+  Extends DeviceCreateInfo PhysicalDeviceLegacyDitheringFeaturesEXT = ()   Extends DeviceCreateInfo PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT = ()   Extends DeviceCreateInfo PhysicalDeviceInheritedViewportScissorFeaturesNV = ()   Extends DeviceCreateInfo PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT = ()@@ -1260,6 +1262,7 @@   Extends PhysicalDeviceFeatures2 PhysicalDeviceColorWriteEnableFeaturesEXT = ()   Extends PhysicalDeviceFeatures2 PhysicalDeviceSynchronization2Features = ()   Extends PhysicalDeviceFeatures2 PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT = ()+  Extends PhysicalDeviceFeatures2 PhysicalDeviceLegacyDitheringFeaturesEXT = ()   Extends PhysicalDeviceFeatures2 PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT = ()   Extends PhysicalDeviceFeatures2 PhysicalDeviceInheritedViewportScissorFeaturesNV = ()   Extends PhysicalDeviceFeatures2 PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT = ()@@ -1866,6 +1869,7 @@   STRUCTURE_TYPE_QUEUE_FAMILY_CHECKPOINT_PROPERTIES_2_NV -> go @QueueFamilyCheckpointProperties2NV   STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES -> go @PhysicalDeviceSynchronization2Features   STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVES_GENERATED_QUERY_FEATURES_EXT -> go @PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT+  STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT -> go @PhysicalDeviceLegacyDitheringFeaturesEXT   STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_FEATURES_EXT -> go @PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT   STRUCTURE_TYPE_SUBPASS_RESOLVE_PERFORMANCE_QUERY_EXT -> go @SubpassResolvePerformanceQueryEXT   STRUCTURE_TYPE_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_INFO_EXT -> go @MultisampledRenderToSingleSampledInfoEXT@@ -2302,6 +2306,7 @@ {-# complete (::&) :: QueueFamilyCheckpointProperties2NV #-} {-# complete (::&) :: PhysicalDeviceSynchronization2Features #-} {-# complete (::&) :: PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT #-}+{-# complete (::&) :: PhysicalDeviceLegacyDitheringFeaturesEXT #-} {-# complete (::&) :: PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT #-} {-# complete (::&) :: SubpassResolvePerformanceQueryEXT #-} {-# complete (::&) :: MultisampledRenderToSingleSampledInfoEXT #-}
src/Vulkan/Core10/CommandBufferBuilding.hs view
@@ -2232,6 +2232,10 @@ --     the sampler /must/ not have been created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDraw-None-07288# Any shader invocation executed by this+--     command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDraw-renderPass-02684# The current render pass /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible> --     with the @renderPass@ member of the@@ -2465,10 +2469,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDraw-rasterizationSamples-04740# If rasterization is not---     disabled in the bound graphics pipeline, and neither the---     @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+-- -   #VUID-vkCmdDraw-multisampledRenderToSingleSampled-07284# If+--     rasterization is not disabled in the bound graphics pipeline, and+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -2678,12 +2684,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDraw-colorAttachmentCount-06188# If the currently bound---     pipeline was created without a+-- -   #VUID-vkCmdDraw-multisampledRenderToSingleSampled-07285# If the+--     currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -2695,14 +2704,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDraw-pDepthAttachment-06189# If the current render pass---     instance was begun with+-- -   #VUID-vkCmdDraw-multisampledRenderToSingleSampled-07286# If the+--     current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -2710,14 +2721,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDraw-pStencilAttachment-06190# If the current render pass---     instance was begun with+-- -   #VUID-vkCmdDraw-multisampledRenderToSingleSampled-07287# If the+--     current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -3323,6 +3336,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDrawIndexed-None-07288# Any shader invocation executed by+--     this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDrawIndexed-renderPass-02684# The current render pass --     /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -3558,10 +3575,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDrawIndexed-rasterizationSamples-04740# If rasterization---     is not disabled in the bound graphics pipeline, and neither the---     @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+-- -   #VUID-vkCmdDrawIndexed-multisampledRenderToSingleSampled-07284# If+--     rasterization is not disabled in the bound graphics pipeline, and+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -3771,12 +3790,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDrawIndexed-colorAttachmentCount-06188# If the currently---     bound pipeline was created without a+-- -   #VUID-vkCmdDrawIndexed-multisampledRenderToSingleSampled-07285# If+--     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -3788,14 +3810,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDrawIndexed-pDepthAttachment-06189# If the current render---     pass instance was begun with+-- -   #VUID-vkCmdDrawIndexed-multisampledRenderToSingleSampled-07286# If+--     the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -3803,14 +3827,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDrawIndexed-pStencilAttachment-06190# If the current---     render pass instance was begun with+-- -   #VUID-vkCmdDrawIndexed-multisampledRenderToSingleSampled-07287# If+--     the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -4410,6 +4436,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDrawIndirect-None-07288# Any shader invocation executed+--     by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDrawIndirect-renderPass-02684# The current render pass --     /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -4646,10 +4676,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDrawIndirect-rasterizationSamples-04740# If rasterization---     is not disabled in the bound graphics pipeline, and neither the---     @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+-- -   #VUID-vkCmdDrawIndirect-multisampledRenderToSingleSampled-07284# If+--     rasterization is not disabled in the bound graphics pipeline, and+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -4859,12 +4891,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDrawIndirect-colorAttachmentCount-06188# If the currently---     bound pipeline was created without a+-- -   #VUID-vkCmdDrawIndirect-multisampledRenderToSingleSampled-07285# If+--     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -4876,14 +4911,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDrawIndirect-pDepthAttachment-06189# If the current---     render pass instance was begun with+-- -   #VUID-vkCmdDrawIndirect-multisampledRenderToSingleSampled-07286# If+--     the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -4891,14 +4928,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDrawIndirect-pStencilAttachment-06190# If the current---     render pass instance was begun with+-- -   #VUID-vkCmdDrawIndirect-multisampledRenderToSingleSampled-07287# If+--     the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -5515,6 +5554,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDrawIndexedIndirect-None-07288# Any shader invocation+--     executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDrawIndexedIndirect-renderPass-02684# The current render --     pass /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -5751,10 +5794,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDrawIndexedIndirect-rasterizationSamples-04740# If---     rasterization is not disabled in the bound graphics pipeline, and---     neither the @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+-- -   #VUID-vkCmdDrawIndexedIndirect-multisampledRenderToSingleSampled-07284#+--     If rasterization is not disabled in the bound graphics pipeline, and+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -5964,12 +6009,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDrawIndexedIndirect-colorAttachmentCount-06188# If the---     currently bound pipeline was created without a+-- -   #VUID-vkCmdDrawIndexedIndirect-multisampledRenderToSingleSampled-07285#+--     If the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -5981,14 +6029,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDrawIndexedIndirect-pDepthAttachment-06189# If the---     current render pass instance was begun with+-- -   #VUID-vkCmdDrawIndexedIndirect-multisampledRenderToSingleSampled-07286#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -5996,14 +6046,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDrawIndexedIndirect-pStencilAttachment-06190# If the---     current render pass instance was begun with+-- -   #VUID-vkCmdDrawIndexedIndirect-multisampledRenderToSingleSampled-07287#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -6613,6 +6665,10 @@ --     the sampler /must/ not have been created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDispatch-None-07288# Any shader invocation executed by+--     this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDispatch-commandBuffer-02712# If @commandBuffer@ is a --     protected command buffer and --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#limits-protectedNoFault protectedNoFault>@@ -7082,6 +7138,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDispatchIndirect-None-07288# Any shader invocation+--     executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDispatchIndirect-buffer-02708# If @buffer@ is non-sparse --     then it /must/ be bound completely and contiguously to a single --     'Vulkan.Core10.Handles.DeviceMemory' object@@ -7340,11 +7400,6 @@ -- region of the destination image. @srcImage@ and @dstImage@ /can/ be the -- same image or alias the same memory. ----- The formats of @srcImage@ and @dstImage@ /must/ be compatible. Formats--- are compatible if they share the same class, as shown in the--- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#formats-compatibility Compatible Formats>--- table. Depth\/stencil formats /must/ match exactly.--- -- If either @srcImage@ or @dstImage@ has a -- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#formats-requiring-sampler-ycbcr-conversion multi-planar format>, -- regions of each plane to be copied /must/ be specified separately using@@ -7375,75 +7430,12 @@ -- 'Vulkan.Core10.Enums.Format.FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16', -- as each texel is 2 bytes in size. ----- 'cmdCopyImage' allows copying between /size-compatible/ compressed and--- uncompressed internal formats. Formats are size-compatible if the texel--- block size of the uncompressed format is equal to the texel block size--- of the compressed format. Such a copy does not perform on-the-fly--- compression or decompression. When copying from an uncompressed format--- to a compressed format, each texel of uncompressed data of the source--- image is copied as a raw value to the corresponding compressed texel--- block of the destination image. When copying from a compressed format to--- an uncompressed format, each compressed texel block of the source image--- is copied as a raw value to the corresponding texel of uncompressed data--- in the destination image. Thus, for example, it is legal to copy between--- a 128-bit uncompressed format and a compressed format which has a--- 128-bit sized compressed texel block representing 4×4 texels (using 8--- bits per texel), or between a 64-bit uncompressed format and a--- compressed format which has a 64-bit sized compressed texel block--- representing 4×4 texels (using 4 bits per texel).------ When copying between compressed and uncompressed formats the @extent@--- members represent the texel dimensions of the source image and not the--- destination. When copying from a compressed image to an uncompressed--- image the image texel dimensions written to the uncompressed image will--- be source extent divided by the compressed texel block dimensions. When--- copying from an uncompressed image to a compressed image the image texel--- dimensions written to the compressed image will be the source extent--- multiplied by the compressed texel block dimensions. In both cases the--- number of bytes read and the number of bytes written will be identical.------ Copying to or from block-compressed images is typically done in--- multiples of the compressed texel block size. For this reason the--- @extent@ /must/ be a multiple of the compressed texel block dimension.--- There is one exception to this rule which is /required/ to handle--- compressed images created with dimensions that are not a multiple of the--- compressed texel block dimensions: if the @srcImage@ is compressed,--- then:------ -   If @extent.width@ is not a multiple of the compressed texel block---     width, then (@extent.width@ + @srcOffset.x@) /must/ equal the image---     subresource width.------ -   If @extent.height@ is not a multiple of the compressed texel block---     height, then (@extent.height@ + @srcOffset.y@) /must/ equal the---     image subresource height.------ -   If @extent.depth@ is not a multiple of the compressed texel block---     depth, then (@extent.depth@ + @srcOffset.z@) /must/ equal the image---     subresource depth.------ Similarly, if the @dstImage@ is compressed, then:------ -   If @extent.width@ is not a multiple of the compressed texel block---     width, then (@extent.width@ + @dstOffset.x@) /must/ equal the image---     subresource width.------ -   If @extent.height@ is not a multiple of the compressed texel block---     height, then (@extent.height@ + @dstOffset.y@) /must/ equal the---     image subresource height.------ -   If @extent.depth@ is not a multiple of the compressed texel block---     depth, then (@extent.depth@ + @dstOffset.z@) /must/ equal the image---     subresource depth.------ This allows the last compressed texel block of the image in each--- non-multiple dimension to be included as a source or destination of the--- copy.------ “@_422@” image formats that are not--- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#formats-requiring-sampler-ycbcr-conversion multi-planar>--- are treated as having a 2×1 compressed texel block for the purposes of--- these rules.+-- If the format of the destination image has a different+-- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#formats-compatibility-classes block extent>+-- than the source image (e.g. one is a compressed format), the offset and+-- extent for each of the regions specified is+-- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#formats-size-compatibility scaled according to the block extents of each format>+-- to match in size. -- -- 'cmdCopyImage' /can/ be used to copy image data between multisample -- images, but both images /must/ have the same number of samples.@@ -7516,8 +7508,8 @@ --     @dstImage@ is not a --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-requiring-sampler-ycbcr-conversion multi-planar format>, --     the 'Vulkan.Core10.Enums.Format.Format' of each of @srcImage@ and---     @dstImage@ /must/ be compatible, as defined---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#copies-images-format-compatibility above>+--     @dstImage@ /must/ be+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-size-compatibility size-compatible> -- -- -   #VUID-vkCmdCopyImage-None-01549# In a copy to or from a plane of a --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-requiring-sampler-ycbcr-conversion multi-planar image>,@@ -7717,60 +7709,78 @@ --     /must/ both be greater than or equal to @0@ and less than or equal --     to the depth of the specified @dstSubresource@ of @dstImage@ ----- -   #VUID-vkCmdCopyImage-srcImage-01727# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, all members of @srcOffset@---     /must/ be a multiple of the corresponding dimensions of the---     compressed texel block+-- -   #VUID-vkCmdCopyImage-pRegions-07278# For each element of @pRegions@,+--     @srcOffset.x@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-vkCmdCopyImage-srcImage-01728# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, @extent.width@ /must/ be a---     multiple of the compressed texel block width or (@extent.width@ +---     @srcOffset.x@) /must/ equal the width of the specified---     @srcSubresource@ of @srcImage@+-- -   #VUID-vkCmdCopyImage-pRegions-07279# For each element of @pRegions@,+--     @srcOffset.y@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-vkCmdCopyImage-srcImage-01729# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, @extent.height@ /must/ be a---     multiple of the compressed texel block height or (@extent.height@ +---     @srcOffset.y@) /must/ equal the height of the specified---     @srcSubresource@ of @srcImage@+-- -   #VUID-vkCmdCopyImage-pRegions-07280# For each element of @pRegions@,+--     @srcOffset.z@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-vkCmdCopyImage-srcImage-01730# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, @extent.depth@ /must/ be a---     multiple of the compressed texel block depth or (@extent.depth@ +---     @srcOffset.z@) /must/ equal the depth of the specified---     @srcSubresource@ of @srcImage@+-- -   #VUID-vkCmdCopyImage-pRegions-07281# For each element of @pRegions@,+--     @dstOffset.x@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-vkCmdCopyImage-dstImage-01731# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, all members of @dstOffset@---     /must/ be a multiple of the corresponding dimensions of the---     compressed texel block+-- -   #VUID-vkCmdCopyImage-pRegions-07282# For each element of @pRegions@,+--     @dstOffset.y@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-vkCmdCopyImage-dstImage-01732# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, @extent.width@ /must/ be a---     multiple of the compressed texel block width or (@extent.width@ +---     @dstOffset.x@) /must/ equal the width of the specified---     @dstSubresource@ of @dstImage@+-- -   #VUID-vkCmdCopyImage-pRegions-07283# For each element of @pRegions@,+--     @dstOffset.z@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-vkCmdCopyImage-dstImage-01733# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, @extent.height@ /must/ be a---     multiple of the compressed texel block height or (@extent.height@ +---     @dstOffset.y@) /must/ equal the height of the specified---     @dstSubresource@ of @dstImage@+-- -   #VUID-vkCmdCopyImage-srcImage-01728# For each element of @pRegions@,+--     if the sum of @srcOffset.x@ and @extent.width@ does not equal the+--     width of the the subresource specified by @srcSubresource@,+--     @extent.width@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-vkCmdCopyImage-dstImage-01734# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, @extent.depth@ /must/ be a---     multiple of the compressed texel block depth or (@extent.depth@ +---     @dstOffset.z@) /must/ equal the depth of the specified---     @dstSubresource@ of @dstImage@+-- -   #VUID-vkCmdCopyImage-srcImage-01729# For each element of @pRegions@,+--     if the sum of @srcOffset.y@ and @extent.height@ does not equal the+--     height of the the subresource specified by @srcSubresource@,+--     @extent.height@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ --+-- -   #VUID-vkCmdCopyImage-srcImage-01730# For each element of @pRegions@,+--     if the sum of @srcOffset.z@ and @extent.depth@ does not equal the+--     depth of the the subresource specified by @srcSubresource@,+--     @extent.depth@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@+--+-- -   #VUID-vkCmdCopyImage-dstImage-01732# For each element of @pRegions@,+--     if the sum of @dstOffset.x@ and @extent.width@ does not equal the+--     width of the the subresource specified by @dstSubresource@,+--     @extent.width@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@+--+-- -   #VUID-vkCmdCopyImage-dstImage-01733# For each element of @pRegions@,+--     if the sum of @dstOffset.y@ and @extent.height@ does not equal the+--     height of the the subresource specified by @dstSubresource@,+--     @extent.height@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@+--+-- -   #VUID-vkCmdCopyImage-dstImage-01734# For each element of @pRegions@,+--     if the sum of @dstOffset.z@ and @extent.depth@ does not equal the+--     depth of the the subresource specified by @dstSubresource@,+--     @extent.depth@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@+-- -- -   #VUID-vkCmdCopyImage-aspect-06662# If the @aspect@ member of any --     element of @pRegions@ includes any flag other than --     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_STENCIL_BIT'@@ -8532,50 +8542,58 @@ --     of @pRegions@, @imageOffset.z@ /must/ be @0@ and @imageExtent.depth@ --     /must/ be @1@ ----- -   #VUID-vkCmdCopyBufferToImage-bufferRowLength-00203# If @dstImage@ is---     a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferRowLength@ /must/ be a---     multiple of the compressed texel block width+-- -   #VUID-vkCmdCopyBufferToImage-bufferRowLength-00203# For each element+--     of @pRegions@, @bufferRowLength@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-vkCmdCopyBufferToImage-bufferImageHeight-00204# If @dstImage@---     is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferImageHeight@ /must/ be a---     multiple of the compressed texel block height+-- -   #VUID-vkCmdCopyBufferToImage-bufferImageHeight-00204# For each+--     element of @pRegions@, @bufferImageHeight@ /must/ be a multiple of+--     the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-vkCmdCopyBufferToImage-imageOffset-00205# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, all members of @imageOffset@ /must/---     be a multiple of the corresponding dimensions of the compressed---     texel block+-- -   #VUID-vkCmdCopyBufferToImage-pRegions-07273# For each element of+--     @pRegions@, @bufferOffset@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block size>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-vkCmdCopyBufferToImage-bufferOffset-00206# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferOffset@ /must/ be a multiple---     of the compressed texel block size in bytes+-- -   #VUID-vkCmdCopyBufferToImage-pRegions-07274# For each element of+--     @pRegions@, @imageOffset.x@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-vkCmdCopyBufferToImage-imageExtent-00207# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @imageExtent.width@ /must/ be a---     multiple of the compressed texel block width or (@imageExtent.width@---     + @imageOffset.x@) /must/ equal the width of the specified---     @imageSubresource@ of @dstImage@+-- -   #VUID-vkCmdCopyBufferToImage-pRegions-07275# For each element of+--     @pRegions@, @imageOffset.y@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-vkCmdCopyBufferToImage-imageExtent-00208# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @imageExtent.height@ /must/ be a---     multiple of the compressed texel block height or---     (@imageExtent.height@ + @imageOffset.y@) /must/ equal the height of---     the specified @imageSubresource@ of @dstImage@+-- -   #VUID-vkCmdCopyBufferToImage-pRegions-07276# For each element of+--     @pRegions@, @imageOffset.z@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-vkCmdCopyBufferToImage-imageExtent-00209# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @imageExtent.depth@ /must/ be a---     multiple of the compressed texel block depth or (@imageExtent.depth@---     + @imageOffset.z@) /must/ equal the depth of the specified---     @imageSubresource@ of @dstImage@+-- -   #VUID-vkCmdCopyBufferToImage-imageExtent-00207# For each element of+--     @pRegions@, if the sum of @imageOffset.x@ and @extent.width@ does+--     not equal the width of the the subresource specified by+--     @srcSubresource@, @extent.width@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ --+-- -   #VUID-vkCmdCopyBufferToImage-imageExtent-00208# For each element of+--     @pRegions@, if the sum of @imageOffset.y@ and @extent.height@ does+--     not equal the height of the the subresource specified by+--     @srcSubresource@, @extent.height@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@+--+-- -   #VUID-vkCmdCopyBufferToImage-imageExtent-00209# For each element of+--     @pRegions@, if the sum of @imageOffset.z@ and @extent.depth@ does+--     not equal the depth of the the subresource specified by+--     @srcSubresource@, @extent.depth@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@+-- -- -   #VUID-vkCmdCopyBufferToImage-aspectMask-00211# For each element of --     @pRegions@, @imageSubresource.aspectMask@ /must/ specify aspects --     present in @dstImage@@@ -8597,16 +8615,11 @@ --     element of @pRegions@, @imageSubresource.baseArrayLayer@ /must/ be --     @0@ and @imageSubresource.layerCount@ /must/ be @1@ ----- -   #VUID-vkCmdCopyBufferToImage-pRegions-04725# If @dstImage@ is not a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferRowLength@ multiplied by the---     texel block size of @dstImage@ /must/ be less than or equal to 231-1------ -   #VUID-vkCmdCopyBufferToImage-pRegions-04726# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferRowLength@ divided by the---     compressed texel block width and then multiplied by the texel block---     size of @dstImage@ /must/ be less than or equal to 231-1+-- -   #VUID-vkCmdCopyBufferToImage-pRegions-07277# For each element of+--     @pRegions@, @bufferRowLength@ divided by the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     and then multiplied by the texel block size of @dstImage@ /must/ be+--     less than or equal to 231-1 -- -- -   #VUID-vkCmdCopyBufferToImage-commandBuffer-04052# If the queue --     family used to create the 'Vulkan.Core10.Handles.CommandPool' which@@ -8877,50 +8890,58 @@ --     of @pRegions@, @imageOffset.z@ /must/ be @0@ and @imageExtent.depth@ --     /must/ be @1@ ----- -   #VUID-vkCmdCopyImageToBuffer-bufferRowLength-00203# If @srcImage@ is---     a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferRowLength@ /must/ be a---     multiple of the compressed texel block width+-- -   #VUID-vkCmdCopyImageToBuffer-bufferRowLength-00203# For each element+--     of @pRegions@, @bufferRowLength@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-vkCmdCopyImageToBuffer-bufferImageHeight-00204# If @srcImage@---     is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferImageHeight@ /must/ be a---     multiple of the compressed texel block height+-- -   #VUID-vkCmdCopyImageToBuffer-bufferImageHeight-00204# For each+--     element of @pRegions@, @bufferImageHeight@ /must/ be a multiple of+--     the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-vkCmdCopyImageToBuffer-imageOffset-00205# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, all members of @imageOffset@ /must/---     be a multiple of the corresponding dimensions of the compressed---     texel block+-- -   #VUID-vkCmdCopyImageToBuffer-pRegions-07273# For each element of+--     @pRegions@, @bufferOffset@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block size>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-vkCmdCopyImageToBuffer-bufferOffset-00206# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferOffset@ /must/ be a multiple---     of the compressed texel block size in bytes+-- -   #VUID-vkCmdCopyImageToBuffer-pRegions-07274# For each element of+--     @pRegions@, @imageOffset.x@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-vkCmdCopyImageToBuffer-imageExtent-00207# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @imageExtent.width@ /must/ be a---     multiple of the compressed texel block width or (@imageExtent.width@---     + @imageOffset.x@) /must/ equal the width of the specified---     @imageSubresource@ of @srcImage@+-- -   #VUID-vkCmdCopyImageToBuffer-pRegions-07275# For each element of+--     @pRegions@, @imageOffset.y@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-vkCmdCopyImageToBuffer-imageExtent-00208# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @imageExtent.height@ /must/ be a---     multiple of the compressed texel block height or---     (@imageExtent.height@ + @imageOffset.y@) /must/ equal the height of---     the specified @imageSubresource@ of @srcImage@+-- -   #VUID-vkCmdCopyImageToBuffer-pRegions-07276# For each element of+--     @pRegions@, @imageOffset.z@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-vkCmdCopyImageToBuffer-imageExtent-00209# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @imageExtent.depth@ /must/ be a---     multiple of the compressed texel block depth or (@imageExtent.depth@---     + @imageOffset.z@) /must/ equal the depth of the specified---     @imageSubresource@ of @srcImage@+-- -   #VUID-vkCmdCopyImageToBuffer-imageExtent-00207# For each element of+--     @pRegions@, if the sum of @imageOffset.x@ and @extent.width@ does+--     not equal the width of the the subresource specified by+--     @srcSubresource@, @extent.width@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ --+-- -   #VUID-vkCmdCopyImageToBuffer-imageExtent-00208# For each element of+--     @pRegions@, if the sum of @imageOffset.y@ and @extent.height@ does+--     not equal the height of the the subresource specified by+--     @srcSubresource@, @extent.height@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@+--+-- -   #VUID-vkCmdCopyImageToBuffer-imageExtent-00209# For each element of+--     @pRegions@, if the sum of @imageOffset.z@ and @extent.depth@ does+--     not equal the depth of the the subresource specified by+--     @srcSubresource@, @extent.depth@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@+-- -- -   #VUID-vkCmdCopyImageToBuffer-aspectMask-00211# For each element of --     @pRegions@, @imageSubresource.aspectMask@ /must/ specify aspects --     present in @srcImage@@@ -8942,16 +8963,11 @@ --     element of @pRegions@, @imageSubresource.baseArrayLayer@ /must/ be --     @0@ and @imageSubresource.layerCount@ /must/ be @1@ ----- -   #VUID-vkCmdCopyImageToBuffer-pRegions-04725# If @srcImage@ is not a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferRowLength@ multiplied by the---     texel block size of @srcImage@ /must/ be less than or equal to 231-1------ -   #VUID-vkCmdCopyImageToBuffer-pRegions-04726# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferRowLength@ divided by the---     compressed texel block width and then multiplied by the texel block---     size of @srcImage@ /must/ be less than or equal to 231-1+-- -   #VUID-vkCmdCopyImageToBuffer-pRegions-07277# For each element of+--     @pRegions@, @bufferRowLength@ divided by the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     and then multiplied by the texel block size of @srcImage@ /must/ be+--     less than or equal to 231-1 -- -- -   #VUID-vkCmdCopyImageToBuffer-commandBuffer-04052# If the queue --     family used to create the 'Vulkan.Core10.Handles.CommandPool' which@@ -9826,29 +9842,21 @@ -- operation at the start of rendering, as it is more efficient on some -- implementations. ----- == Valid Usage+-- If any attachment’s @aspectMask@ to be cleared is not backed by an image+-- view, the clear has no effect on that aspect. ----- -   #VUID-vkCmdClearAttachments-aspectMask-02501# If the @aspectMask@---     member of any element of @pAttachments@ contains---     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_COLOR_BIT',---     then the @colorAttachment@ member of that element /must/ either---     refer to a color attachment which is---     'Vulkan.Core10.APIConstants.ATTACHMENT_UNUSED', or /must/ be a valid---     color attachment+-- == Valid Usage ----- -   #VUID-vkCmdClearAttachments-aspectMask-02502# If the @aspectMask@---     member of any element of @pAttachments@ contains---     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_DEPTH_BIT',---     then the current subpass\' depth\/stencil attachment /must/ either---     be 'Vulkan.Core10.APIConstants.ATTACHMENT_UNUSED', or /must/ have a---     depth component+-- -   #VUID-vkCmdClearAttachments-pAttachments-07270# For each element of+--     @pAttachments@, the corresponding attachment in the current render+--     pass instance /must/ either not be backed by an image view, or+--     contain each of the aspects specified in @aspectMask@ ----- -   #VUID-vkCmdClearAttachments-aspectMask-02503# If the @aspectMask@+-- -   #VUID-vkCmdClearAttachments-aspectMask-07271# If the @aspectMask@ --     member of any element of @pAttachments@ contains---     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_STENCIL_BIT',---     then the current subpass\' depth\/stencil attachment /must/ either---     be 'Vulkan.Core10.APIConstants.ATTACHMENT_UNUSED', or /must/ have a---     stencil component+--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_COLOR_BIT',+--     the @colorAttachment@ /must/ be a valid color attachment index in+--     the current render pass instance -- -- -   #VUID-vkCmdClearAttachments-rect-02682# The @rect@ member of each --     element of @pRects@ /must/ have an @extent.width@ greater than @0@@@ -9946,9 +9954,7 @@                        -- recorded.                        CommandBuffer                     -> -- | @pAttachments@ is a pointer to an array of 'ClearAttachment' structures-                       -- defining the attachments to clear and the clear values to use. If any-                       -- attachment index to be cleared is not backed by an image view, then the-                       -- clear has no effect.+                       -- defining the attachments to clear and the clear values to use.                        ("attachments" ::: Vector ClearAttachment)                     -> -- | @pRects@ is a pointer to an array of 'ClearRect' structures defining                        -- regions within each selected attachment to clear.@@ -11607,6 +11613,15 @@ --     <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#features-primitivesGeneratedQuery primitivesGeneratedQuery> --     /must/ be enabled --+-- -   #VUID-vkCmdBeginQuery-queryPool-07289# If @queryPool@ was created+--     with a @queryType@ of+--     'Vulkan.Core10.Enums.QueryType.QUERY_TYPE_PERFORMANCE_QUERY_KHR',+--     then the+--     'Vulkan.Extensions.VK_KHR_performance_query.QueryPoolPerformanceCreateInfoKHR'::@queueFamilyIndex@+--     @queryPool@ was created with /must/ equal the queue family index of+--     the 'Vulkan.Core10.Handles.CommandPool' that @commandBuffer@ was+--     allocated from+-- -- -   #VUID-vkCmdBeginQuery-queryPool-03223# If @queryPool@ was created --     with a @queryType@ of --     'Vulkan.Core10.Enums.QueryType.QUERY_TYPE_PERFORMANCE_QUERY_KHR',@@ -13916,16 +13931,6 @@ -- 3D image correspond to @layerCount@ layers in the 2D image, with an -- effective @depth@ of @1@ used for the 2D image. ----- Copies involving a--- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#formats-requiring-sampler-ycbcr-conversion multi-planar image format>--- specify the region to be copied in terms of the /plane/ to be copied,--- not the coordinates of the multi-planar image. This means that copies--- accessing the R\/B planes of “@_422@” format images /must/ fit the--- copied region within half the @width@ of the parent image, and that--- copies accessing the R\/B planes of “@_420@” format images /must/ fit--- the copied region within half the @width@ and @height@ of the parent--- image.--- -- == Valid Usage -- -- -   #VUID-VkImageCopy-extent-00140# The number of slices of the @extent@@@ -14175,14 +14180,6 @@ -- Copies are done layer by layer starting with image layer -- @baseArrayLayer@ member of @imageSubresource@. @layerCount@ layers are -- copied from the source image or to the destination image.------ For purpose of valid usage statements here and in related copy commands,--- a /blocked image/ is defined as:------ -   an image with a /single-plane/, “@_422@” format, which is treated as---     a format with a 2 × 1 compressed texel block, or------ -   a compressed image. -- -- == Valid Usage --
src/Vulkan/Core10/Device.hs view
@@ -144,6 +144,7 @@ import {-# SOURCE #-} Vulkan.Extensions.VK_NV_inherited_viewport_scissor (PhysicalDeviceInheritedViewportScissorFeaturesNV) import {-# SOURCE #-} Vulkan.Core13.Promoted_From_VK_EXT_inline_uniform_block (PhysicalDeviceInlineUniformBlockFeatures) import {-# SOURCE #-} Vulkan.Extensions.VK_HUAWEI_invocation_mask (PhysicalDeviceInvocationMaskFeaturesHUAWEI)+import {-# SOURCE #-} Vulkan.Extensions.VK_EXT_legacy_dithering (PhysicalDeviceLegacyDitheringFeaturesEXT) import {-# SOURCE #-} Vulkan.Extensions.VK_EXT_line_rasterization (PhysicalDeviceLineRasterizationFeaturesEXT) import {-# SOURCE #-} Vulkan.Extensions.VK_NV_linear_color_attachment (PhysicalDeviceLinearColorAttachmentFeaturesNV) import {-# SOURCE #-} Vulkan.Core13.Promoted_From_VK_KHR_maintenance4 (PhysicalDeviceMaintenance4Features)@@ -861,6 +862,7 @@ --     'Vulkan.Extensions.VK_NV_inherited_viewport_scissor.PhysicalDeviceInheritedViewportScissorFeaturesNV', --     'Vulkan.Core13.Promoted_From_VK_EXT_inline_uniform_block.PhysicalDeviceInlineUniformBlockFeatures', --     'Vulkan.Extensions.VK_HUAWEI_invocation_mask.PhysicalDeviceInvocationMaskFeaturesHUAWEI',+--     'Vulkan.Extensions.VK_EXT_legacy_dithering.PhysicalDeviceLegacyDitheringFeaturesEXT', --     'Vulkan.Extensions.VK_EXT_line_rasterization.PhysicalDeviceLineRasterizationFeaturesEXT', --     'Vulkan.Extensions.VK_NV_linear_color_attachment.PhysicalDeviceLinearColorAttachmentFeaturesNV', --     'Vulkan.Core13.Promoted_From_VK_KHR_maintenance4.PhysicalDeviceMaintenance4Features',@@ -1044,6 +1046,7 @@     | Just Refl <- eqT @e @PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT = Just f     | Just Refl <- eqT @e @PhysicalDeviceInheritedViewportScissorFeaturesNV = Just f     | Just Refl <- eqT @e @PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT = Just f+    | Just Refl <- eqT @e @PhysicalDeviceLegacyDitheringFeaturesEXT = Just f     | Just Refl <- eqT @e @PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT = Just f     | Just Refl <- eqT @e @PhysicalDeviceSynchronization2Features = Just f     | Just Refl <- eqT @e @PhysicalDeviceColorWriteEnableFeaturesEXT = Just f
src/Vulkan/Core10/DeviceInitialization.hs view
@@ -1310,12 +1310,6 @@ -- to 1.1, then the application /must/ not use Vulkan 1.2 functionality on -- the physical device that supports Vulkan 1.2. ----- Implicit layers /must/ be disabled if they do not support a version at--- least as high as @apiVersion@ and their version is less than the highest--- version of the drivers on the system. See the--- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#LoaderInterfaceArchitecture “Architecture of the Vulkan Loader Interfaces”>--- document for additional information.--- -- Note -- -- Providing a @NULL@ 'InstanceCreateInfo'::@pApplicationInfo@ or providing@@ -2628,7 +2622,7 @@     --     perform out of bounds accesses except under the conditions enabled     --     by the     --     <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#features-pipelineRobustness pipelineRobustness>-    --     feature. .+    --     feature .     robustBufferAccess :: Bool   , -- | #features-fullDrawIndexUint32# @fullDrawIndexUint32@ specifies the full     -- 32-bit range of indices is supported for indexed draw calls when using a
src/Vulkan/Core10/Enums/StructureType.hs view
@@ -53,6 +53,7 @@                                                         , STRUCTURE_TYPE_PHYSICAL_DEVICE_AMIGO_PROFILING_FEATURES_SEC                                                         , STRUCTURE_TYPE_TILE_PROPERTIES_QCOM                                                         , STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_PROPERTIES_FEATURES_QCOM+                                                        , STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT                                                         , STRUCTURE_TYPE_PHYSICAL_DEVICE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_FEATURES_EXT                                                         , STRUCTURE_TYPE_SHADER_MODULE_IDENTIFIER_EXT                                                         , STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_MODULE_IDENTIFIER_CREATE_INFO_EXT@@ -1002,6 +1003,7 @@ -- 'Vulkan.Core13.Promoted_From_VK_EXT_inline_uniform_block.PhysicalDeviceInlineUniformBlockFeatures', -- 'Vulkan.Core13.Promoted_From_VK_EXT_inline_uniform_block.PhysicalDeviceInlineUniformBlockProperties', -- 'Vulkan.Extensions.VK_HUAWEI_invocation_mask.PhysicalDeviceInvocationMaskFeaturesHUAWEI',+-- 'Vulkan.Extensions.VK_EXT_legacy_dithering.PhysicalDeviceLegacyDitheringFeaturesEXT', -- 'Vulkan.Extensions.VK_EXT_line_rasterization.PhysicalDeviceLineRasterizationFeaturesEXT', -- 'Vulkan.Extensions.VK_EXT_line_rasterization.PhysicalDeviceLineRasterizationPropertiesEXT', -- 'Vulkan.Extensions.VK_NV_linear_color_attachment.PhysicalDeviceLinearColorAttachmentFeaturesNV',@@ -1438,6 +1440,8 @@ pattern STRUCTURE_TYPE_TILE_PROPERTIES_QCOM                      = StructureType 1000484001 -- No documentation found for Nested "VkStructureType" "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_PROPERTIES_FEATURES_QCOM" pattern STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_PROPERTIES_FEATURES_QCOM = StructureType 1000484000+-- No documentation found for Nested "VkStructureType" "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT"+pattern STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT = StructureType 1000465000 -- No documentation found for Nested "VkStructureType" "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_FEATURES_EXT" pattern STRUCTURE_TYPE_PHYSICAL_DEVICE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_FEATURES_EXT = StructureType 1000342000 -- No documentation found for Nested "VkStructureType" "VK_STRUCTURE_TYPE_SHADER_MODULE_IDENTIFIER_EXT"@@ -2637,6 +2641,7 @@              STRUCTURE_TYPE_PHYSICAL_DEVICE_AMIGO_PROFILING_FEATURES_SEC,              STRUCTURE_TYPE_TILE_PROPERTIES_QCOM,              STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_PROPERTIES_FEATURES_QCOM,+             STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT,              STRUCTURE_TYPE_PHYSICAL_DEVICE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_FEATURES_EXT,              STRUCTURE_TYPE_SHADER_MODULE_IDENTIFIER_EXT,              STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_MODULE_IDENTIFIER_CREATE_INFO_EXT,@@ -3272,6 +3277,7 @@   , (STRUCTURE_TYPE_PHYSICAL_DEVICE_AMIGO_PROFILING_FEATURES_SEC, "PHYSICAL_DEVICE_AMIGO_PROFILING_FEATURES_SEC")   , (STRUCTURE_TYPE_TILE_PROPERTIES_QCOM                     , "TILE_PROPERTIES_QCOM")   , (STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_PROPERTIES_FEATURES_QCOM, "PHYSICAL_DEVICE_TILE_PROPERTIES_FEATURES_QCOM")+  , (STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT, "PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT")   , ( STRUCTURE_TYPE_PHYSICAL_DEVICE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_FEATURES_EXT     , "PHYSICAL_DEVICE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_FEATURES_EXT"     )
src/Vulkan/Core10/Enums/SubpassDescriptionFlagBits.hs view
@@ -1,7 +1,8 @@ {-# language CPP #-} -- No documentation found for Chapter "SubpassDescriptionFlagBits" module Vulkan.Core10.Enums.SubpassDescriptionFlagBits  ( SubpassDescriptionFlags-                                                       , SubpassDescriptionFlagBits( SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_EXT+                                                       , SubpassDescriptionFlagBits( SUBPASS_DESCRIPTION_ENABLE_LEGACY_DITHERING_BIT_EXT+                                                                                   , SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_EXT                                                                                    , SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT_EXT                                                                                    , SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_COLOR_ACCESS_BIT_EXT                                                                                    , SUBPASS_DESCRIPTION_SHADER_RESOLVE_BIT_QCOM@@ -45,6 +46,10 @@ newtype SubpassDescriptionFlagBits = SubpassDescriptionFlagBits Flags   deriving newtype (Eq, Ord, Storable, Zero, Bits, FiniteBits) +-- | 'SUBPASS_DESCRIPTION_ENABLE_LEGACY_DITHERING_BIT_EXT' specifies that+-- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#interfaces-legacy-dithering Legacy Dithering>+-- is enabled for this subpass.+pattern SUBPASS_DESCRIPTION_ENABLE_LEGACY_DITHERING_BIT_EXT = SubpassDescriptionFlagBits 0x00000080 -- | 'SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_EXT' -- specifies that this subpass supports pipelines created with -- 'Vulkan.Core10.Enums.PipelineDepthStencilStateCreateFlagBits.PIPELINE_DEPTH_STENCIL_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_EXT'.@@ -89,7 +94,8 @@  showTableSubpassDescriptionFlagBits :: [(SubpassDescriptionFlagBits, String)] showTableSubpassDescriptionFlagBits =-  [ ( SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_EXT+  [ (SUBPASS_DESCRIPTION_ENABLE_LEGACY_DITHERING_BIT_EXT, "ENABLE_LEGACY_DITHERING_BIT_EXT")+  , ( SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_EXT     , "RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_EXT"     )   , ( SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT_EXT
src/Vulkan/Core10/FundamentalTypes.hs view
@@ -489,6 +489,7 @@ -- 'Vulkan.Extensions.VK_NV_inherited_viewport_scissor.PhysicalDeviceInheritedViewportScissorFeaturesNV', -- 'Vulkan.Core13.Promoted_From_VK_EXT_inline_uniform_block.PhysicalDeviceInlineUniformBlockFeatures', -- 'Vulkan.Extensions.VK_HUAWEI_invocation_mask.PhysicalDeviceInvocationMaskFeaturesHUAWEI',+-- 'Vulkan.Extensions.VK_EXT_legacy_dithering.PhysicalDeviceLegacyDitheringFeaturesEXT', -- 'Vulkan.Core10.DeviceInitialization.PhysicalDeviceLimits', -- 'Vulkan.Extensions.VK_EXT_line_rasterization.PhysicalDeviceLineRasterizationFeaturesEXT', -- 'Vulkan.Extensions.VK_NV_linear_color_attachment.PhysicalDeviceLinearColorAttachmentFeaturesNV',
src/Vulkan/Core10/Pipeline.hs view
@@ -5985,14 +5985,9 @@     vertexInputState :: Maybe (SomeStruct PipelineVertexInputStateCreateInfo)   , -- | @pInputAssemblyState@ is a pointer to a     -- 'PipelineInputAssemblyStateCreateInfo' structure which determines input-    -- assembly behavior, as described in-    -- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#drawing Drawing Commands>.-    -- It is ignored if the pipeline includes a mesh shader stage.-    ---    -- @pInputAssemblyState@ is a pointer to a-    -- 'PipelineInputAssemblyStateCreateInfo' structure which determines input     -- assembly behavior for vertex shading, as described in     -- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#drawing Drawing Commands>.+    -- It is ignored if the pipeline includes a mesh shader stage.     inputAssemblyState :: Maybe PipelineInputAssemblyStateCreateInfo   , -- | @pTessellationState@ is a pointer to a     -- 'PipelineTessellationStateCreateInfo' structure defining tessellation
src/Vulkan/Core11/Promoted_From_VK_KHR_device_group.hs view
@@ -611,6 +611,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDispatchBase-None-07288# Any shader invocation executed+--     by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDispatchBase-commandBuffer-02712# If @commandBuffer@ is a --     protected command buffer and --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#limits-protectedNoFault protectedNoFault>
src/Vulkan/Core11/Promoted_From_VK_KHR_get_physical_device_properties2.hs view
@@ -175,6 +175,7 @@ import {-# SOURCE #-} Vulkan.Core13.Promoted_From_VK_EXT_inline_uniform_block (PhysicalDeviceInlineUniformBlockFeatures) import {-# SOURCE #-} Vulkan.Core13.Promoted_From_VK_EXT_inline_uniform_block (PhysicalDeviceInlineUniformBlockProperties) import {-# SOURCE #-} Vulkan.Extensions.VK_HUAWEI_invocation_mask (PhysicalDeviceInvocationMaskFeaturesHUAWEI)+import {-# SOURCE #-} Vulkan.Extensions.VK_EXT_legacy_dithering (PhysicalDeviceLegacyDitheringFeaturesEXT) import {-# SOURCE #-} Vulkan.Extensions.VK_EXT_line_rasterization (PhysicalDeviceLineRasterizationFeaturesEXT) import {-# SOURCE #-} Vulkan.Extensions.VK_EXT_line_rasterization (PhysicalDeviceLineRasterizationPropertiesEXT) import {-# SOURCE #-} Vulkan.Extensions.VK_NV_linear_color_attachment (PhysicalDeviceLinearColorAttachmentFeaturesNV)@@ -803,6 +804,7 @@     | Just Refl <- eqT @e @PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT = Just f     | Just Refl <- eqT @e @PhysicalDeviceInheritedViewportScissorFeaturesNV = Just f     | Just Refl <- eqT @e @PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT = Just f+    | Just Refl <- eqT @e @PhysicalDeviceLegacyDitheringFeaturesEXT = Just f     | Just Refl <- eqT @e @PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT = Just f     | Just Refl <- eqT @e @PhysicalDeviceSynchronization2Features = Just f     | Just Refl <- eqT @e @PhysicalDeviceColorWriteEnableFeaturesEXT = Just f
src/Vulkan/Core12/Promoted_From_VK_KHR_draw_indirect_count.hs view
@@ -396,6 +396,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDrawIndirectCount-None-07288# Any shader invocation+--     executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDrawIndirectCount-renderPass-02684# The current render --     pass /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -632,10 +636,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDrawIndirectCount-rasterizationSamples-04740# If---     rasterization is not disabled in the bound graphics pipeline, and---     neither the @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+-- -   #VUID-vkCmdDrawIndirectCount-multisampledRenderToSingleSampled-07284#+--     If rasterization is not disabled in the bound graphics pipeline, and+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -845,12 +851,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDrawIndirectCount-colorAttachmentCount-06188# If the---     currently bound pipeline was created without a+-- -   #VUID-vkCmdDrawIndirectCount-multisampledRenderToSingleSampled-07285#+--     If the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -862,14 +871,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDrawIndirectCount-pDepthAttachment-06189# If the current---     render pass instance was begun with+-- -   #VUID-vkCmdDrawIndirectCount-multisampledRenderToSingleSampled-07286#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -877,14 +888,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDrawIndirectCount-pStencilAttachment-06190# If the---     current render pass instance was begun with+-- -   #VUID-vkCmdDrawIndirectCount-multisampledRenderToSingleSampled-07287#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -1534,6 +1547,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDrawIndexedIndirectCount-None-07288# Any shader+--     invocation executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDrawIndexedIndirectCount-renderPass-02684# The current --     render pass /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -1771,10 +1788,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDrawIndexedIndirectCount-rasterizationSamples-04740# If---     rasterization is not disabled in the bound graphics pipeline, and---     neither the @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+-- -   #VUID-vkCmdDrawIndexedIndirectCount-multisampledRenderToSingleSampled-07284#+--     If rasterization is not disabled in the bound graphics pipeline, and+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -1984,12 +2003,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDrawIndexedIndirectCount-colorAttachmentCount-06188# If---     the currently bound pipeline was created without a+-- -   #VUID-vkCmdDrawIndexedIndirectCount-multisampledRenderToSingleSampled-07285#+--     If the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -2001,14 +2023,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDrawIndexedIndirectCount-pDepthAttachment-06189# If the---     current render pass instance was begun with+-- -   #VUID-vkCmdDrawIndexedIndirectCount-multisampledRenderToSingleSampled-07286#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -2016,14 +2040,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDrawIndexedIndirectCount-pStencilAttachment-06190# If the---     current render pass instance was begun with+-- -   #VUID-vkCmdDrawIndexedIndirectCount-multisampledRenderToSingleSampled-07287#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@
src/Vulkan/Core13/Enums/RenderingFlagBits.hs view
@@ -7,6 +7,7 @@                                               , RenderingFlagBits( RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT                                                                  , RENDERING_SUSPENDING_BIT                                                                  , RENDERING_RESUMING_BIT+                                                                 , RENDERING_ENABLE_LEGACY_DITHERING_BIT_EXT                                                                  , ..                                                                  )                                               ) where@@ -67,6 +68,10 @@ -- | 'RENDERING_RESUMING_BIT' specifies that the render pass instance is -- resuming an earlier suspended render pass instance. pattern RENDERING_RESUMING_BIT                           = RenderingFlagBits 0x00000004+-- | 'RENDERING_ENABLE_LEGACY_DITHERING_BIT_EXT' specifies that+-- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#interfaces-legacy-dithering Legacy Dithering>+-- is enabled for the render pass instance.+pattern RENDERING_ENABLE_LEGACY_DITHERING_BIT_EXT        = RenderingFlagBits 0x00000008  conNameRenderingFlagBits :: String conNameRenderingFlagBits = "RenderingFlagBits"@@ -79,6 +84,7 @@   [ (RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT, "CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT")   , (RENDERING_SUSPENDING_BIT                        , "SUSPENDING_BIT")   , (RENDERING_RESUMING_BIT                          , "RESUMING_BIT")+  , (RENDERING_ENABLE_LEGACY_DITHERING_BIT_EXT       , "ENABLE_LEGACY_DITHERING_BIT_EXT")   ]  instance Show RenderingFlagBits where
src/Vulkan/Core13/Promoted_From_VK_KHR_copy_commands2.hs view
@@ -1473,8 +1473,8 @@ --     @dstImage@ is not a --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-requiring-sampler-ycbcr-conversion multi-planar format>, --     the 'Vulkan.Core10.Enums.Format.Format' of each of @srcImage@ and---     @dstImage@ /must/ be compatible, as defined---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#copies-images-format-compatibility above>+--     @dstImage@ /must/ be+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-size-compatibility size-compatible> -- -- -   #VUID-VkCopyImageInfo2-None-01549# In a copy to or from a plane of a --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-requiring-sampler-ycbcr-conversion multi-planar image>,@@ -1674,60 +1674,78 @@ --     /must/ both be greater than or equal to @0@ and less than or equal --     to the depth of the specified @dstSubresource@ of @dstImage@ ----- -   #VUID-VkCopyImageInfo2-srcImage-01727# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, all members of @srcOffset@---     /must/ be a multiple of the corresponding dimensions of the---     compressed texel block+-- -   #VUID-VkCopyImageInfo2-pRegions-07278# For each element of+--     @pRegions@, @srcOffset.x@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-VkCopyImageInfo2-srcImage-01728# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, @extent.width@ /must/ be a---     multiple of the compressed texel block width or (@extent.width@ +---     @srcOffset.x@) /must/ equal the width of the specified---     @srcSubresource@ of @srcImage@+-- -   #VUID-VkCopyImageInfo2-pRegions-07279# For each element of+--     @pRegions@, @srcOffset.y@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-VkCopyImageInfo2-srcImage-01729# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, @extent.height@ /must/ be a---     multiple of the compressed texel block height or (@extent.height@ +---     @srcOffset.y@) /must/ equal the height of the specified---     @srcSubresource@ of @srcImage@+-- -   #VUID-VkCopyImageInfo2-pRegions-07280# For each element of+--     @pRegions@, @srcOffset.z@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-VkCopyImageInfo2-srcImage-01730# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, @extent.depth@ /must/ be a---     multiple of the compressed texel block depth or (@extent.depth@ +---     @srcOffset.z@) /must/ equal the depth of the specified---     @srcSubresource@ of @srcImage@+-- -   #VUID-VkCopyImageInfo2-pRegions-07281# For each element of+--     @pRegions@, @dstOffset.x@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-VkCopyImageInfo2-dstImage-01731# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, all members of @dstOffset@---     /must/ be a multiple of the corresponding dimensions of the---     compressed texel block+-- -   #VUID-VkCopyImageInfo2-pRegions-07282# For each element of+--     @pRegions@, @dstOffset.y@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-VkCopyImageInfo2-dstImage-01732# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, @extent.width@ /must/ be a---     multiple of the compressed texel block width or (@extent.width@ +---     @dstOffset.x@) /must/ equal the width of the specified---     @dstSubresource@ of @dstImage@+-- -   #VUID-VkCopyImageInfo2-pRegions-07283# For each element of+--     @pRegions@, @dstOffset.z@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-VkCopyImageInfo2-dstImage-01733# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, @extent.height@ /must/ be a---     multiple of the compressed texel block height or (@extent.height@ +---     @dstOffset.y@) /must/ equal the height of the specified---     @dstSubresource@ of @dstImage@+-- -   #VUID-VkCopyImageInfo2-srcImage-01728# For each element of+--     @pRegions@, if the sum of @srcOffset.x@ and @extent.width@ does not+--     equal the width of the the subresource specified by+--     @srcSubresource@, @extent.width@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-VkCopyImageInfo2-dstImage-01734# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     then for each element of @pRegions@, @extent.depth@ /must/ be a---     multiple of the compressed texel block depth or (@extent.depth@ +---     @dstOffset.z@) /must/ equal the depth of the specified---     @dstSubresource@ of @dstImage@+-- -   #VUID-VkCopyImageInfo2-srcImage-01729# For each element of+--     @pRegions@, if the sum of @srcOffset.y@ and @extent.height@ does not+--     equal the height of the the subresource specified by+--     @srcSubresource@, @extent.height@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ --+-- -   #VUID-VkCopyImageInfo2-srcImage-01730# For each element of+--     @pRegions@, if the sum of @srcOffset.z@ and @extent.depth@ does not+--     equal the depth of the the subresource specified by+--     @srcSubresource@, @extent.depth@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@+--+-- -   #VUID-VkCopyImageInfo2-dstImage-01732# For each element of+--     @pRegions@, if the sum of @dstOffset.x@ and @extent.width@ does not+--     equal the width of the the subresource specified by+--     @dstSubresource@, @extent.width@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@+--+-- -   #VUID-VkCopyImageInfo2-dstImage-01733# For each element of+--     @pRegions@, if the sum of @dstOffset.y@ and @extent.height@ does not+--     equal the height of the the subresource specified by+--     @dstSubresource@, @extent.height@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@+--+-- -   #VUID-VkCopyImageInfo2-dstImage-01734# For each element of+--     @pRegions@, if the sum of @dstOffset.z@ and @extent.depth@ does not+--     equal the depth of the the subresource specified by+--     @dstSubresource@, @extent.depth@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@+-- -- -   #VUID-VkCopyImageInfo2-aspect-06662# If the @aspect@ member of any --     element of @pRegions@ includes any flag other than --     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_STENCIL_BIT'@@ -2238,8 +2256,8 @@ -- -   #VUID-VkCopyBufferToImageInfo2KHR-pRegions-04555# If any element of --     @pRegions@ contains --     'Vulkan.Extensions.VK_QCOM_rotated_copy_commands.CopyCommandTransformInfoQCOM'---     in its @pNext@ chain, then @dstImage@ /must/ not be a---     <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#blocked-image blocked image>+--     in its @pNext@ chain, then @dstImage@ /must/ have a 1x1x1+--     <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#formats-compatibility-classes texel block extent> -- -- -   #VUID-VkCopyBufferToImageInfo2KHR-pRegions-06203# If any element of --     @pRegions@ contains@@ -2378,51 +2396,58 @@ --     of @pRegions@, @imageOffset.z@ /must/ be @0@ and @imageExtent.depth@ --     /must/ be @1@ ----- -   #VUID-VkCopyBufferToImageInfo2-bufferRowLength-00203# If @dstImage@---     is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferRowLength@ /must/ be a---     multiple of the compressed texel block width+-- -   #VUID-VkCopyBufferToImageInfo2-bufferRowLength-00203# For each+--     element of @pRegions@, @bufferRowLength@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-VkCopyBufferToImageInfo2-bufferImageHeight-00204# If---     @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferImageHeight@ /must/ be a---     multiple of the compressed texel block height+-- -   #VUID-VkCopyBufferToImageInfo2-bufferImageHeight-00204# For each+--     element of @pRegions@, @bufferImageHeight@ /must/ be a multiple of+--     the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-VkCopyBufferToImageInfo2-imageOffset-00205# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, all members of @imageOffset@ /must/---     be a multiple of the corresponding dimensions of the compressed---     texel block+-- -   #VUID-VkCopyBufferToImageInfo2-pRegions-07273# For each element of+--     @pRegions@, @bufferOffset@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block size>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-VkCopyBufferToImageInfo2-bufferOffset-00206# If @dstImage@ is---     a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferOffset@ /must/ be a multiple---     of the compressed texel block size in bytes+-- -   #VUID-VkCopyBufferToImageInfo2-pRegions-07274# For each element of+--     @pRegions@, @imageOffset.x@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-VkCopyBufferToImageInfo2-imageExtent-00207# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @imageExtent.width@ /must/ be a---     multiple of the compressed texel block width or (@imageExtent.width@---     + @imageOffset.x@) /must/ equal the width of the specified---     @imageSubresource@ of @dstImage@+-- -   #VUID-VkCopyBufferToImageInfo2-pRegions-07275# For each element of+--     @pRegions@, @imageOffset.y@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-VkCopyBufferToImageInfo2-imageExtent-00208# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @imageExtent.height@ /must/ be a---     multiple of the compressed texel block height or---     (@imageExtent.height@ + @imageOffset.y@) /must/ equal the height of---     the specified @imageSubresource@ of @dstImage@+-- -   #VUID-VkCopyBufferToImageInfo2-pRegions-07276# For each element of+--     @pRegions@, @imageOffset.z@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ ----- -   #VUID-VkCopyBufferToImageInfo2-imageExtent-00209# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @imageExtent.depth@ /must/ be a---     multiple of the compressed texel block depth or (@imageExtent.depth@---     + @imageOffset.z@) /must/ equal the depth of the specified---     @imageSubresource@ of @dstImage@+-- -   #VUID-VkCopyBufferToImageInfo2-imageExtent-00207# For each element+--     of @pRegions@, if the sum of @imageOffset.x@ and @extent.width@ does+--     not equal the width of the the subresource specified by+--     @srcSubresource@, @extent.width@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@ --+-- -   #VUID-VkCopyBufferToImageInfo2-imageExtent-00208# For each element+--     of @pRegions@, if the sum of @imageOffset.y@ and @extent.height@+--     does not equal the height of the the subresource specified by+--     @srcSubresource@, @extent.height@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@+--+-- -   #VUID-VkCopyBufferToImageInfo2-imageExtent-00209# For each element+--     of @pRegions@, if the sum of @imageOffset.z@ and @extent.depth@ does+--     not equal the depth of the the subresource specified by+--     @srcSubresource@, @extent.depth@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @dstImage@+-- -- -   #VUID-VkCopyBufferToImageInfo2-aspectMask-00211# For each element of --     @pRegions@, @imageSubresource.aspectMask@ /must/ specify aspects --     present in @dstImage@@@ -2444,17 +2469,11 @@ --     element of @pRegions@, @imageSubresource.baseArrayLayer@ /must/ be --     @0@ and @imageSubresource.layerCount@ /must/ be @1@ ----- -   #VUID-VkCopyBufferToImageInfo2-pRegions-04725# If @dstImage@ is not---     a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferRowLength@ multiplied by the---     texel block size of @dstImage@ /must/ be less than or equal to 231-1------ -   #VUID-VkCopyBufferToImageInfo2-pRegions-04726# If @dstImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferRowLength@ divided by the---     compressed texel block width and then multiplied by the texel block---     size of @dstImage@ /must/ be less than or equal to 231-1+-- -   #VUID-VkCopyBufferToImageInfo2-pRegions-07277# For each element of+--     @pRegions@, @bufferRowLength@ divided by the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     and then multiplied by the texel block size of @dstImage@ /must/ be+--     less than or equal to 231-1 -- -- -   #VUID-VkCopyBufferToImageInfo2-commandBuffer-04052# If the queue --     family used to create the 'Vulkan.Core10.Handles.CommandPool' which@@ -2587,8 +2606,8 @@ -- -   #VUID-VkCopyImageToBufferInfo2KHR-pRegions-04558# If any element of --     @pRegions@ contains --     'Vulkan.Extensions.VK_QCOM_rotated_copy_commands.CopyCommandTransformInfoQCOM'---     in its @pNext@ chain, then @srcImage@ /must/ not be a---     <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#blocked-image blocked image>+--     in its @pNext@ chain, then @srcImage@ /must/ have a 1x1x1+--     <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#formats-compatibility-classes texel block extent> -- -- -   #VUID-VkCopyImageToBufferInfo2KHR-pRegions-06205# If any element of --     @pRegions@ contains@@ -2718,51 +2737,58 @@ --     of @pRegions@, @imageOffset.z@ /must/ be @0@ and @imageExtent.depth@ --     /must/ be @1@ ----- -   #VUID-VkCopyImageToBufferInfo2-bufferRowLength-00203# If @srcImage@---     is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferRowLength@ /must/ be a---     multiple of the compressed texel block width+-- -   #VUID-VkCopyImageToBufferInfo2-bufferRowLength-00203# For each+--     element of @pRegions@, @bufferRowLength@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-VkCopyImageToBufferInfo2-bufferImageHeight-00204# If---     @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferImageHeight@ /must/ be a---     multiple of the compressed texel block height+-- -   #VUID-VkCopyImageToBufferInfo2-bufferImageHeight-00204# For each+--     element of @pRegions@, @bufferImageHeight@ /must/ be a multiple of+--     the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-VkCopyImageToBufferInfo2-imageOffset-00205# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, all members of @imageOffset@ /must/---     be a multiple of the corresponding dimensions of the compressed---     texel block+-- -   #VUID-VkCopyImageToBufferInfo2-pRegions-07273# For each element of+--     @pRegions@, @bufferOffset@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block size>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-VkCopyImageToBufferInfo2-bufferOffset-00206# If @srcImage@ is---     a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferOffset@ /must/ be a multiple---     of the compressed texel block size in bytes+-- -   #VUID-VkCopyImageToBufferInfo2-pRegions-07274# For each element of+--     @pRegions@, @imageOffset.x@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-VkCopyImageToBufferInfo2-imageExtent-00207# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @imageExtent.width@ /must/ be a---     multiple of the compressed texel block width or (@imageExtent.width@---     + @imageOffset.x@) /must/ equal the width of the specified---     @imageSubresource@ of @srcImage@+-- -   #VUID-VkCopyImageToBufferInfo2-pRegions-07275# For each element of+--     @pRegions@, @imageOffset.y@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-VkCopyImageToBufferInfo2-imageExtent-00208# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @imageExtent.height@ /must/ be a---     multiple of the compressed texel block height or---     (@imageExtent.height@ + @imageOffset.y@) /must/ equal the height of---     the specified @imageSubresource@ of @srcImage@+-- -   #VUID-VkCopyImageToBufferInfo2-pRegions-07276# For each element of+--     @pRegions@, @imageOffset.z@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ ----- -   #VUID-VkCopyImageToBufferInfo2-imageExtent-00209# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @imageExtent.depth@ /must/ be a---     multiple of the compressed texel block depth or (@imageExtent.depth@---     + @imageOffset.z@) /must/ equal the depth of the specified---     @imageSubresource@ of @srcImage@+-- -   #VUID-VkCopyImageToBufferInfo2-imageExtent-00207# For each element+--     of @pRegions@, if the sum of @imageOffset.x@ and @extent.width@ does+--     not equal the width of the the subresource specified by+--     @srcSubresource@, @extent.width@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@ --+-- -   #VUID-VkCopyImageToBufferInfo2-imageExtent-00208# For each element+--     of @pRegions@, if the sum of @imageOffset.y@ and @extent.height@+--     does not equal the height of the the subresource specified by+--     @srcSubresource@, @extent.height@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent height>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@+--+-- -   #VUID-VkCopyImageToBufferInfo2-imageExtent-00209# For each element+--     of @pRegions@, if the sum of @imageOffset.z@ and @extent.depth@ does+--     not equal the depth of the the subresource specified by+--     @srcSubresource@, @extent.depth@ /must/ be a multiple of the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent depth>+--     of the 'Vulkan.Core10.Enums.Format.Format' of @srcImage@+-- -- -   #VUID-VkCopyImageToBufferInfo2-aspectMask-00211# For each element of --     @pRegions@, @imageSubresource.aspectMask@ /must/ specify aspects --     present in @srcImage@@@ -2784,17 +2810,11 @@ --     element of @pRegions@, @imageSubresource.baseArrayLayer@ /must/ be --     @0@ and @imageSubresource.layerCount@ /must/ be @1@ ----- -   #VUID-VkCopyImageToBufferInfo2-pRegions-04725# If @srcImage@ is not---     a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferRowLength@ multiplied by the---     texel block size of @srcImage@ /must/ be less than or equal to 231-1------ -   #VUID-VkCopyImageToBufferInfo2-pRegions-04726# If @srcImage@ is a---     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#blocked-image blocked image>,---     for each element of @pRegions@, @bufferRowLength@ divided by the---     compressed texel block width and then multiplied by the texel block---     size of @srcImage@ /must/ be less than or equal to 231-1+-- -   #VUID-VkCopyImageToBufferInfo2-pRegions-07277# For each element of+--     @pRegions@, @bufferRowLength@ divided by the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-compatibility-classes texel block extent width>+--     and then multiplied by the texel block size of @srcImage@ /must/ be+--     less than or equal to 231-1 -- -- -   #VUID-VkCopyImageToBufferInfo2-commandBuffer-04052# If the queue --     family used to create the 'Vulkan.Core10.Handles.CommandPool' which
src/Vulkan/Core13/Promoted_From_VK_KHR_synchronization2.hs view
@@ -1723,6 +1723,14 @@ --     @VK_PIPELINE_STAGE_*_SHADER_BIT@ stages except --     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR' --+-- -   #VUID-VkMemoryBarrier2-srcAccessMask-07272# If @srcAccessMask@+--     includes+--     'Vulkan.Core13.Enums.AccessFlags2.ACCESS_2_SHADER_BINDING_TABLE_READ_BIT_KHR',+--     @srcStageMask@ /must/ include+--     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_ALL_COMMANDS_BIT'+--     or+--     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR'+-- -- -   #VUID-VkMemoryBarrier2-srcAccessMask-04858# If @srcAccessMask@ --     includes @VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR@, @srcStageMask@ --     /must/ include @VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR@@@ -2062,6 +2070,14 @@ --     @VK_PIPELINE_STAGE_*_SHADER_BIT@ stages except --     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR' --+-- -   #VUID-VkMemoryBarrier2-dstAccessMask-07272# If @dstAccessMask@+--     includes+--     'Vulkan.Core13.Enums.AccessFlags2.ACCESS_2_SHADER_BINDING_TABLE_READ_BIT_KHR',+--     @dstStageMask@ /must/ include+--     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_ALL_COMMANDS_BIT'+--     or+--     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR'+-- -- -   #VUID-VkMemoryBarrier2-dstAccessMask-04858# If @dstAccessMask@ --     includes @VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR@, @dstStageMask@ --     /must/ include @VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR@@@ -2581,6 +2597,14 @@ --     @VK_PIPELINE_STAGE_*_SHADER_BIT@ stages except --     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR' --+-- -   #VUID-VkImageMemoryBarrier2-srcAccessMask-07272# If @srcAccessMask@+--     includes+--     'Vulkan.Core13.Enums.AccessFlags2.ACCESS_2_SHADER_BINDING_TABLE_READ_BIT_KHR',+--     @srcStageMask@ /must/ include+--     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_ALL_COMMANDS_BIT'+--     or+--     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR'+-- -- -   #VUID-VkImageMemoryBarrier2-srcAccessMask-04858# If @srcAccessMask@ --     includes @VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR@, @srcStageMask@ --     /must/ include @VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR@@@ -2920,6 +2944,14 @@ --     @VK_PIPELINE_STAGE_*_SHADER_BIT@ stages except --     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR' --+-- -   #VUID-VkImageMemoryBarrier2-dstAccessMask-07272# If @dstAccessMask@+--     includes+--     'Vulkan.Core13.Enums.AccessFlags2.ACCESS_2_SHADER_BINDING_TABLE_READ_BIT_KHR',+--     @dstStageMask@ /must/ include+--     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_ALL_COMMANDS_BIT'+--     or+--     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR'+-- -- -   #VUID-VkImageMemoryBarrier2-dstAccessMask-04858# If @dstAccessMask@ --     includes @VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR@, @dstStageMask@ --     /must/ include @VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR@@@ -3800,6 +3832,14 @@ --     @VK_PIPELINE_STAGE_*_SHADER_BIT@ stages except --     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR' --+-- -   #VUID-VkBufferMemoryBarrier2-srcAccessMask-07272# If @srcAccessMask@+--     includes+--     'Vulkan.Core13.Enums.AccessFlags2.ACCESS_2_SHADER_BINDING_TABLE_READ_BIT_KHR',+--     @srcStageMask@ /must/ include+--     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_ALL_COMMANDS_BIT'+--     or+--     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR'+-- -- -   #VUID-VkBufferMemoryBarrier2-srcAccessMask-04858# If @srcAccessMask@ --     includes @VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR@, @srcStageMask@ --     /must/ include @VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR@@@ -4137,6 +4177,14 @@ --     'Vulkan.Core13.Enums.AccessFlags2.ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_KHR', --     @dstStageMask@ /must/ not include any of the --     @VK_PIPELINE_STAGE_*_SHADER_BIT@ stages except+--     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR'+--+-- -   #VUID-VkBufferMemoryBarrier2-dstAccessMask-07272# If @dstAccessMask@+--     includes+--     'Vulkan.Core13.Enums.AccessFlags2.ACCESS_2_SHADER_BINDING_TABLE_READ_BIT_KHR',+--     @dstStageMask@ /must/ include+--     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_ALL_COMMANDS_BIT'+--     or --     'Vulkan.Core13.Enums.PipelineStageFlags2.PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR' -- -- -   #VUID-VkBufferMemoryBarrier2-dstAccessMask-04858# If @dstAccessMask@
src/Vulkan/Extensions.hs view
@@ -76,6 +76,7 @@                           , module Vulkan.Extensions.VK_EXT_image_view_min_lod                           , module Vulkan.Extensions.VK_EXT_index_type_uint8                           , module Vulkan.Extensions.VK_EXT_inline_uniform_block+                          , module Vulkan.Extensions.VK_EXT_legacy_dithering                           , module Vulkan.Extensions.VK_EXT_line_rasterization                           , module Vulkan.Extensions.VK_EXT_load_store_op_none                           , module Vulkan.Extensions.VK_EXT_memory_budget@@ -368,6 +369,7 @@ import Vulkan.Extensions.VK_EXT_image_view_min_lod import Vulkan.Extensions.VK_EXT_index_type_uint8 import Vulkan.Extensions.VK_EXT_inline_uniform_block+import Vulkan.Extensions.VK_EXT_legacy_dithering import Vulkan.Extensions.VK_EXT_line_rasterization import Vulkan.Extensions.VK_EXT_load_store_op_none import Vulkan.Extensions.VK_EXT_memory_budget
src/Vulkan/Extensions/Dependencies.hs view
@@ -57,6 +57,7 @@ import Vulkan.Extensions.VK_EXT_image_robustness (pattern EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME) import Vulkan.Extensions.VK_EXT_image_view_min_lod (pattern EXT_IMAGE_VIEW_MIN_LOD_EXTENSION_NAME) import Vulkan.Extensions.VK_EXT_inline_uniform_block (pattern EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME)+import Vulkan.Extensions.VK_EXT_legacy_dithering (pattern EXT_LEGACY_DITHERING_EXTENSION_NAME) import Vulkan.Extensions.VK_EXT_line_rasterization (pattern EXT_LINE_RASTERIZATION_EXTENSION_NAME) import Vulkan.Extensions.VK_EXT_memory_budget (pattern EXT_MEMORY_BUDGET_EXTENSION_NAME) import Vulkan.Extensions.VK_EXT_memory_priority (pattern EXT_MEMORY_PRIORITY_EXTENSION_NAME)@@ -557,7 +558,11 @@     , KHR_DEFERRED_HOST_OPERATIONS_EXTENSION_NAME     , KHR_MAINTENANCE_3_EXTENSION_NAME     ]-  EXT_MESH_SHADER_EXTENSION_NAME -> [KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME]+  EXT_MESH_SHADER_EXTENSION_NAME ->+    [ KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME+    , KHR_SPIRV_1_4_EXTENSION_NAME+    , KHR_SHADER_FLOAT_CONTROLS_EXTENSION_NAME+    ]   EXT_YCBCR_2PLANE_444_FORMATS_EXTENSION_NAME ->     [ KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME     , KHR_MAINTENANCE_1_EXTENSION_NAME@@ -672,6 +677,7 @@   EXT_SHADER_MODULE_IDENTIFIER_EXTENSION_NAME ->     [KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME, EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME]   EXT_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_EXTENSION_NAME -> [KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME]+  EXT_LEGACY_DITHERING_EXTENSION_NAME -> [KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME]   QCOM_TILE_PROPERTIES_EXTENSION_NAME -> [KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME]   SEC_AMIGO_PROFILING_EXTENSION_NAME -> [KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME]   _ -> []
src/Vulkan/Extensions/VK_AMD_buffer_marker.hs view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Daniel Rakos---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_buffer_marker] @drakos-amd%0A<<Here describe the issue or question you have about the VK_AMD_buffer_marker extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_buffer_marker] @drakos-amd%0A*Here describe the issue or question you have about the VK_AMD_buffer_marker extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_device_coherent_memory.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_device_coherent_memory] @tobski%0A<<Here describe the issue or question you have about the VK_AMD_device_coherent_memory extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_device_coherent_memory] @tobski%0A*Here describe the issue or question you have about the VK_AMD_device_coherent_memory extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_device_coherent_memory.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_device_coherent_memory] @tobski%0A<<Here describe the issue or question you have about the VK_AMD_device_coherent_memory extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_device_coherent_memory] @tobski%0A*Here describe the issue or question you have about the VK_AMD_device_coherent_memory extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_display_native_hdr.hs view
@@ -33,7 +33,7 @@ -- [__Contact__] -- --     -   Matthaeus G. Chajdas---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_display_native_hdr] @anteru%0A<<Here describe the issue or question you have about the VK_AMD_display_native_hdr extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_display_native_hdr] @anteru%0A*Here describe the issue or question you have about the VK_AMD_display_native_hdr extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_display_native_hdr.hs-boot view
@@ -33,7 +33,7 @@ -- [__Contact__] -- --     -   Matthaeus G. Chajdas---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_display_native_hdr] @anteru%0A<<Here describe the issue or question you have about the VK_AMD_display_native_hdr extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_display_native_hdr] @anteru%0A*Here describe the issue or question you have about the VK_AMD_display_native_hdr extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_draw_indirect_count.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Daniel Rakos---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_draw_indirect_count] @drakos-amd%0A<<Here describe the issue or question you have about the VK_AMD_draw_indirect_count extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_draw_indirect_count] @drakos-amd%0A*Here describe the issue or question you have about the VK_AMD_draw_indirect_count extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_gcn_shader.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Dominik Witczak---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_gcn_shader] @dominikwitczakamd%0A<<Here describe the issue or question you have about the VK_AMD_gcn_shader extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_gcn_shader] @dominikwitczakamd%0A*Here describe the issue or question you have about the VK_AMD_gcn_shader extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_gpu_shader_half_float.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Dominik Witczak---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_gpu_shader_half_float] @dominikwitczakamd%0A<<Here describe the issue or question you have about the VK_AMD_gpu_shader_half_float extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_gpu_shader_half_float] @dominikwitczakamd%0A*Here describe the issue or question you have about the VK_AMD_gpu_shader_half_float extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_gpu_shader_int16.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Qun Lin---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_gpu_shader_int16] @linqun%0A<<Here describe the issue or question you have about the VK_AMD_gpu_shader_int16 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_gpu_shader_int16] @linqun%0A*Here describe the issue or question you have about the VK_AMD_gpu_shader_int16 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_memory_overallocation_behavior.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Martin Dinkov---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_memory_overallocation_behavior] @mdinkov%0A<<Here describe the issue or question you have about the VK_AMD_memory_overallocation_behavior extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_memory_overallocation_behavior] @mdinkov%0A*Here describe the issue or question you have about the VK_AMD_memory_overallocation_behavior extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_memory_overallocation_behavior.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Martin Dinkov---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_memory_overallocation_behavior] @mdinkov%0A<<Here describe the issue or question you have about the VK_AMD_memory_overallocation_behavior extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_memory_overallocation_behavior] @mdinkov%0A*Here describe the issue or question you have about the VK_AMD_memory_overallocation_behavior extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_mixed_attachment_samples.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Matthaeus G. Chajdas---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_mixed_attachment_samples] @anteru%0A<<Here describe the issue or question you have about the VK_AMD_mixed_attachment_samples extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_mixed_attachment_samples] @anteru%0A*Here describe the issue or question you have about the VK_AMD_mixed_attachment_samples extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_negative_viewport_height.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Matthaeus G. Chajdas---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_negative_viewport_height] @anteru%0A<<Here describe the issue or question you have about the VK_AMD_negative_viewport_height extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_negative_viewport_height] @anteru%0A*Here describe the issue or question you have about the VK_AMD_negative_viewport_height extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_pipeline_compiler_control.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Matthaeus G. Chajdas---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_pipeline_compiler_control] @anteru%0A<<Here describe the issue or question you have about the VK_AMD_pipeline_compiler_control extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_pipeline_compiler_control] @anteru%0A*Here describe the issue or question you have about the VK_AMD_pipeline_compiler_control extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_pipeline_compiler_control.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Matthaeus G. Chajdas---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_pipeline_compiler_control] @anteru%0A<<Here describe the issue or question you have about the VK_AMD_pipeline_compiler_control extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_pipeline_compiler_control] @anteru%0A*Here describe the issue or question you have about the VK_AMD_pipeline_compiler_control extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_rasterization_order.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Daniel Rakos---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_rasterization_order] @drakos-amd%0A<<Here describe the issue or question you have about the VK_AMD_rasterization_order extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_rasterization_order] @drakos-amd%0A*Here describe the issue or question you have about the VK_AMD_rasterization_order extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_rasterization_order.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Daniel Rakos---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_rasterization_order] @drakos-amd%0A<<Here describe the issue or question you have about the VK_AMD_rasterization_order extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_rasterization_order] @drakos-amd%0A*Here describe the issue or question you have about the VK_AMD_rasterization_order extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_shader_ballot.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Dominik Witczak---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_ballot] @dominikwitczakamd%0A<<Here describe the issue or question you have about the VK_AMD_shader_ballot extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_ballot] @dominikwitczakamd%0A*Here describe the issue or question you have about the VK_AMD_shader_ballot extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_shader_core_properties.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Martin Dinkov---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_core_properties] @mdinkov%0A<<Here describe the issue or question you have about the VK_AMD_shader_core_properties extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_core_properties] @mdinkov%0A*Here describe the issue or question you have about the VK_AMD_shader_core_properties extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_shader_core_properties.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Martin Dinkov---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_core_properties] @mdinkov%0A<<Here describe the issue or question you have about the VK_AMD_shader_core_properties extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_core_properties] @mdinkov%0A*Here describe the issue or question you have about the VK_AMD_shader_core_properties extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_shader_core_properties2.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Matthaeus G. Chajdas---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_core_properties2] @anteru%0A<<Here describe the issue or question you have about the VK_AMD_shader_core_properties2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_core_properties2] @anteru%0A*Here describe the issue or question you have about the VK_AMD_shader_core_properties2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_shader_core_properties2.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Matthaeus G. Chajdas---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_core_properties2] @anteru%0A<<Here describe the issue or question you have about the VK_AMD_shader_core_properties2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_core_properties2] @anteru%0A*Here describe the issue or question you have about the VK_AMD_shader_core_properties2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_shader_early_and_late_fragment_tests.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_early_and_late_fragment_tests] @tobski%0A<<Here describe the issue or question you have about the VK_AMD_shader_early_and_late_fragment_tests extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_early_and_late_fragment_tests] @tobski%0A*Here describe the issue or question you have about the VK_AMD_shader_early_and_late_fragment_tests extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_AMD_shader_early_and_late_fragment_tests.adoc VK_AMD_shader_early_and_late_fragment_tests>
src/Vulkan/Extensions/VK_AMD_shader_early_and_late_fragment_tests.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_early_and_late_fragment_tests] @tobski%0A<<Here describe the issue or question you have about the VK_AMD_shader_early_and_late_fragment_tests extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_early_and_late_fragment_tests] @tobski%0A*Here describe the issue or question you have about the VK_AMD_shader_early_and_late_fragment_tests extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_AMD_shader_early_and_late_fragment_tests.adoc VK_AMD_shader_early_and_late_fragment_tests>
src/Vulkan/Extensions/VK_AMD_shader_explicit_vertex_parameter.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Qun Lin---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_explicit_vertex_parameter] @linqun%0A<<Here describe the issue or question you have about the VK_AMD_shader_explicit_vertex_parameter extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_explicit_vertex_parameter] @linqun%0A*Here describe the issue or question you have about the VK_AMD_shader_explicit_vertex_parameter extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_shader_fragment_mask.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Aaron Hagan---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_fragment_mask] @AaronHaganAMD%0A<<Here describe the issue or question you have about the VK_AMD_shader_fragment_mask extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_fragment_mask] @AaronHaganAMD%0A*Here describe the issue or question you have about the VK_AMD_shader_fragment_mask extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_shader_image_load_store_lod.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Dominik Witczak---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_image_load_store_lod] @dominikwitczakamd%0A<<Here describe the issue or question you have about the VK_AMD_shader_image_load_store_lod extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_image_load_store_lod] @dominikwitczakamd%0A*Here describe the issue or question you have about the VK_AMD_shader_image_load_store_lod extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_shader_info.hs view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Jaakko Konttinen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_info] @jaakkoamd%0A<<Here describe the issue or question you have about the VK_AMD_shader_info extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_info] @jaakkoamd%0A*Here describe the issue or question you have about the VK_AMD_shader_info extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_shader_info.hs-boot view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Jaakko Konttinen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_info] @jaakkoamd%0A<<Here describe the issue or question you have about the VK_AMD_shader_info extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_info] @jaakkoamd%0A*Here describe the issue or question you have about the VK_AMD_shader_info extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_shader_trinary_minmax.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Qun Lin---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_trinary_minmax] @linqun%0A<<Here describe the issue or question you have about the VK_AMD_shader_trinary_minmax extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_shader_trinary_minmax] @linqun%0A*Here describe the issue or question you have about the VK_AMD_shader_trinary_minmax extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_texture_gather_bias_lod.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Rex Xu---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_texture_gather_bias_lod] @amdrexu%0A<<Here describe the issue or question you have about the VK_AMD_texture_gather_bias_lod extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_texture_gather_bias_lod] @amdrexu%0A*Here describe the issue or question you have about the VK_AMD_texture_gather_bias_lod extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_AMD_texture_gather_bias_lod.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Rex Xu---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_texture_gather_bias_lod] @amdrexu%0A<<Here describe the issue or question you have about the VK_AMD_texture_gather_bias_lod extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_AMD_texture_gather_bias_lod] @amdrexu%0A*Here describe the issue or question you have about the VK_AMD_texture_gather_bias_lod extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_ANDROID_external_memory_android_hardware_buffer.hs view
@@ -36,7 +36,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_ANDROID_external_memory_android_hardware_buffer] @critsec%0A<<Here describe the issue or question you have about the VK_ANDROID_external_memory_android_hardware_buffer extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_ANDROID_external_memory_android_hardware_buffer] @critsec%0A*Here describe the issue or question you have about the VK_ANDROID_external_memory_android_hardware_buffer extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_ANDROID_external_memory_android_hardware_buffer.hs-boot view
@@ -36,7 +36,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_ANDROID_external_memory_android_hardware_buffer] @critsec%0A<<Here describe the issue or question you have about the VK_ANDROID_external_memory_android_hardware_buffer extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_ANDROID_external_memory_android_hardware_buffer] @critsec%0A*Here describe the issue or question you have about the VK_ANDROID_external_memory_android_hardware_buffer extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_ARM_rasterization_order_attachment_access.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jan-Harald Fredriksen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_ARM_rasterization_order_attachment_access] @janharaldfredriksen-arm%0A<<Here describe the issue or question you have about the VK_ARM_rasterization_order_attachment_access extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_ARM_rasterization_order_attachment_access] @janharaldfredriksen-arm%0A*Here describe the issue or question you have about the VK_ARM_rasterization_order_attachment_access extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_4444_formats.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Joshua Ashton---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_4444_formats] @Joshua-Ashton%0A<<Here describe the issue or question you have about the VK_EXT_4444_formats extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_4444_formats] @Joshua-Ashton%0A*Here describe the issue or question you have about the VK_EXT_4444_formats extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_4444_formats.hs-boot view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Joshua Ashton---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_4444_formats] @Joshua-Ashton%0A<<Here describe the issue or question you have about the VK_EXT_4444_formats extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_4444_formats] @Joshua-Ashton%0A*Here describe the issue or question you have about the VK_EXT_4444_formats extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_acquire_xlib_display.hs view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_acquire_xlib_display] @cubanismo%0A<<Here describe the issue or question you have about the VK_EXT_acquire_xlib_display extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_acquire_xlib_display] @cubanismo%0A*Here describe the issue or question you have about the VK_EXT_acquire_xlib_display extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_acquire_xlib_display.hs-boot view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_acquire_xlib_display] @cubanismo%0A<<Here describe the issue or question you have about the VK_EXT_acquire_xlib_display extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_acquire_xlib_display] @cubanismo%0A*Here describe the issue or question you have about the VK_EXT_acquire_xlib_display extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_astc_decode_mode.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jan-Harald Fredriksen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_astc_decode_mode] @janharaldfredriksen-arm%0A<<Here describe the issue or question you have about the VK_EXT_astc_decode_mode extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_astc_decode_mode] @janharaldfredriksen-arm%0A*Here describe the issue or question you have about the VK_EXT_astc_decode_mode extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_astc_decode_mode.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jan-Harald Fredriksen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_astc_decode_mode] @janharaldfredriksen-arm%0A<<Here describe the issue or question you have about the VK_EXT_astc_decode_mode extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_astc_decode_mode] @janharaldfredriksen-arm%0A*Here describe the issue or question you have about the VK_EXT_astc_decode_mode extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_attachment_feedback_loop_layout.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Joshua Ashton---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_attachment_feedback_loop_layout] @Joshua-Ashton%0A<<Here describe the issue or question you have about the VK_EXT_attachment_feedback_loop_layout extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_attachment_feedback_loop_layout] @Joshua-Ashton%0A*Here describe the issue or question you have about the VK_EXT_attachment_feedback_loop_layout extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_attachment_feedback_loop_layout.adoc VK_EXT_attachment_feedback_loop_layout>
src/Vulkan/Extensions/VK_EXT_attachment_feedback_loop_layout.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Joshua Ashton---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_attachment_feedback_loop_layout] @Joshua-Ashton%0A<<Here describe the issue or question you have about the VK_EXT_attachment_feedback_loop_layout extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_attachment_feedback_loop_layout] @Joshua-Ashton%0A*Here describe the issue or question you have about the VK_EXT_attachment_feedback_loop_layout extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_attachment_feedback_loop_layout.adoc VK_EXT_attachment_feedback_loop_layout>
src/Vulkan/Extensions/VK_EXT_blend_operation_advanced.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_blend_operation_advanced] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_blend_operation_advanced extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_blend_operation_advanced] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_blend_operation_advanced extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_blend_operation_advanced.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_blend_operation_advanced] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_blend_operation_advanced extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_blend_operation_advanced] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_blend_operation_advanced extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_border_color_swizzle.hs view
@@ -33,7 +33,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_border_color_swizzle] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_border_color_swizzle extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_border_color_swizzle] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_border_color_swizzle extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_border_color_swizzle.hs-boot view
@@ -33,7 +33,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_border_color_swizzle] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_border_color_swizzle extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_border_color_swizzle] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_border_color_swizzle extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_buffer_device_address.hs view
@@ -34,7 +34,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_buffer_device_address] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_buffer_device_address extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_buffer_device_address] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_buffer_device_address extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_buffer_device_address.hs-boot view
@@ -34,7 +34,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_buffer_device_address] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_buffer_device_address extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_buffer_device_address] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_buffer_device_address extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_calibrated_timestamps.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Daniel Rakos---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_calibrated_timestamps] @drakos-amd%0A<<Here describe the issue or question you have about the VK_EXT_calibrated_timestamps extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_calibrated_timestamps] @drakos-amd%0A*Here describe the issue or question you have about the VK_EXT_calibrated_timestamps extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_calibrated_timestamps.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Daniel Rakos---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_calibrated_timestamps] @drakos-amd%0A<<Here describe the issue or question you have about the VK_EXT_calibrated_timestamps extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_calibrated_timestamps] @drakos-amd%0A*Here describe the issue or question you have about the VK_EXT_calibrated_timestamps extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_color_write_enable.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Sharif Elcott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_color_write_enable] @selcott%0A<<Here describe the issue or question you have about the VK_EXT_color_write_enable extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_color_write_enable] @selcott%0A*Here describe the issue or question you have about the VK_EXT_color_write_enable extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_color_write_enable.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Sharif Elcott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_color_write_enable] @selcott%0A<<Here describe the issue or question you have about the VK_EXT_color_write_enable extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_color_write_enable] @selcott%0A*Here describe the issue or question you have about the VK_EXT_color_write_enable extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_conditional_rendering.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Vikram Kushwaha---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_conditional_rendering] @vkushwaha%0A<<Here describe the issue or question you have about the VK_EXT_conditional_rendering extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_conditional_rendering] @vkushwaha%0A*Here describe the issue or question you have about the VK_EXT_conditional_rendering extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_conditional_rendering.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Vikram Kushwaha---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_conditional_rendering] @vkushwaha%0A<<Here describe the issue or question you have about the VK_EXT_conditional_rendering extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_conditional_rendering] @vkushwaha%0A*Here describe the issue or question you have about the VK_EXT_conditional_rendering extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_conservative_rasterization.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_conservative_rasterization] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_conservative_rasterization extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_conservative_rasterization] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_conservative_rasterization extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_conservative_rasterization.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_conservative_rasterization] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_conservative_rasterization extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_conservative_rasterization] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_conservative_rasterization extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_custom_border_color.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Liam Middlebrook---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_custom_border_color] @liam-middlebrook%0A<<Here describe the issue or question you have about the VK_EXT_custom_border_color extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_custom_border_color] @liam-middlebrook%0A*Here describe the issue or question you have about the VK_EXT_custom_border_color extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_custom_border_color.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Liam Middlebrook---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_custom_border_color] @liam-middlebrook%0A<<Here describe the issue or question you have about the VK_EXT_custom_border_color extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_custom_border_color] @liam-middlebrook%0A*Here describe the issue or question you have about the VK_EXT_custom_border_color extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_debug_marker.hs view
@@ -35,7 +35,7 @@ -- [__Contact__] -- --     -   Baldur Karlsson---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_debug_marker] @baldurk%0A<<Here describe the issue or question you have about the VK_EXT_debug_marker extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_debug_marker] @baldurk%0A*Here describe the issue or question you have about the VK_EXT_debug_marker extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_debug_marker.hs-boot view
@@ -35,7 +35,7 @@ -- [__Contact__] -- --     -   Baldur Karlsson---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_debug_marker] @baldurk%0A<<Here describe the issue or question you have about the VK_EXT_debug_marker extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_debug_marker] @baldurk%0A*Here describe the issue or question you have about the VK_EXT_debug_marker extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_debug_report.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Courtney Goeltzenleuchter---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_debug_report] @courtney-g%0A<<Here describe the issue or question you have about the VK_EXT_debug_report extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_debug_report] @courtney-g%0A*Here describe the issue or question you have about the VK_EXT_debug_report extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_debug_report.hs-boot view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Courtney Goeltzenleuchter---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_debug_report] @courtney-g%0A<<Here describe the issue or question you have about the VK_EXT_debug_report extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_debug_report] @courtney-g%0A*Here describe the issue or question you have about the VK_EXT_debug_report extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_debug_utils.hs view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Mark Young---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_debug_utils] @marky-lunarg%0A<<Here describe the issue or question you have about the VK_EXT_debug_utils extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_debug_utils] @marky-lunarg%0A*Here describe the issue or question you have about the VK_EXT_debug_utils extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_debug_utils.hs-boot view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Mark Young---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_debug_utils] @marky-lunarg%0A<<Here describe the issue or question you have about the VK_EXT_debug_utils extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_debug_utils] @marky-lunarg%0A*Here describe the issue or question you have about the VK_EXT_debug_utils extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_depth_clamp_zero_one.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Graeme Leese---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_depth_clamp_zero_one] @gnl21%0A<<Here describe the issue or question you have about the VK_EXT_depth_clamp_zero_one extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_depth_clamp_zero_one] @gnl21%0A*Here describe the issue or question you have about the VK_EXT_depth_clamp_zero_one extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_depth_clamp_zero_one.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Graeme Leese---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_depth_clamp_zero_one] @gnl21%0A<<Here describe the issue or question you have about the VK_EXT_depth_clamp_zero_one extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_depth_clamp_zero_one] @gnl21%0A*Here describe the issue or question you have about the VK_EXT_depth_clamp_zero_one extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_depth_clip_control.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Shahbaz Youssefi---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_depth_clip_control] @syoussefi%0A<<Here describe the issue or question you have about the VK_EXT_depth_clip_control extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_depth_clip_control] @syoussefi%0A*Here describe the issue or question you have about the VK_EXT_depth_clip_control extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_depth_clip_control.hs-boot view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Shahbaz Youssefi---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_depth_clip_control] @syoussefi%0A<<Here describe the issue or question you have about the VK_EXT_depth_clip_control extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_depth_clip_control] @syoussefi%0A*Here describe the issue or question you have about the VK_EXT_depth_clip_control extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_depth_clip_enable.hs view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_depth_clip_enable] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_depth_clip_enable extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_depth_clip_enable] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_depth_clip_enable extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_depth_clip_enable.hs-boot view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_depth_clip_enable] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_depth_clip_enable extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_depth_clip_enable] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_depth_clip_enable extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_depth_range_unrestricted.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_depth_range_unrestricted] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_depth_range_unrestricted extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_depth_range_unrestricted] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_depth_range_unrestricted extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_descriptor_indexing.hs view
@@ -35,7 +35,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_descriptor_indexing] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_descriptor_indexing extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_descriptor_indexing] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_descriptor_indexing extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_device_memory_report.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Yiwei Zhang---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_device_memory_report] @zhangyiwei%0A<<Here describe the issue or question you have about the VK_EXT_device_memory_report extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_device_memory_report] @zhangyiwei%0A*Here describe the issue or question you have about the VK_EXT_device_memory_report extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_device_memory_report.hs-boot view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Yiwei Zhang---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_device_memory_report] @zhangyiwei%0A<<Here describe the issue or question you have about the VK_EXT_device_memory_report extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_device_memory_report] @zhangyiwei%0A*Here describe the issue or question you have about the VK_EXT_device_memory_report extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_direct_mode_display.hs view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_direct_mode_display] @cubanismo%0A<<Here describe the issue or question you have about the VK_EXT_direct_mode_display extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_direct_mode_display] @cubanismo%0A*Here describe the issue or question you have about the VK_EXT_direct_mode_display extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_directfb_surface.hs view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Nicolas Caramelli---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_directfb_surface] @caramelli%0A<<Here describe the issue or question you have about the VK_EXT_directfb_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_directfb_surface] @caramelli%0A*Here describe the issue or question you have about the VK_EXT_directfb_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_directfb_surface.hs-boot view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Nicolas Caramelli---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_directfb_surface] @caramelli%0A<<Here describe the issue or question you have about the VK_EXT_directfb_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_directfb_surface] @caramelli%0A*Here describe the issue or question you have about the VK_EXT_directfb_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_discard_rectangles.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_discard_rectangles] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_discard_rectangles extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_discard_rectangles] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_discard_rectangles extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_discard_rectangles.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_discard_rectangles] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_discard_rectangles extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_discard_rectangles] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_discard_rectangles extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_display_control.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_display_control] @cubanismo%0A<<Here describe the issue or question you have about the VK_EXT_display_control extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_display_control] @cubanismo%0A*Here describe the issue or question you have about the VK_EXT_display_control extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_display_control.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_display_control] @cubanismo%0A<<Here describe the issue or question you have about the VK_EXT_display_control extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_display_control] @cubanismo%0A*Here describe the issue or question you have about the VK_EXT_display_control extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_display_surface_counter.hs view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_display_surface_counter] @cubanismo%0A<<Here describe the issue or question you have about the VK_EXT_display_surface_counter extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_display_surface_counter] @cubanismo%0A*Here describe the issue or question you have about the VK_EXT_display_surface_counter extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_display_surface_counter.hs-boot view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_display_surface_counter] @cubanismo%0A<<Here describe the issue or question you have about the VK_EXT_display_surface_counter extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_display_surface_counter] @cubanismo%0A*Here describe the issue or question you have about the VK_EXT_display_surface_counter extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_extended_dynamic_state.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_extended_dynamic_state] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_extended_dynamic_state extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_extended_dynamic_state] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_extended_dynamic_state extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_extended_dynamic_state.hs-boot view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_extended_dynamic_state] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_extended_dynamic_state extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_extended_dynamic_state] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_extended_dynamic_state extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_extended_dynamic_state2.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Vikram Kushwaha---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_extended_dynamic_state2] @vkushwaha-nv%0A<<Here describe the issue or question you have about the VK_EXT_extended_dynamic_state2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_extended_dynamic_state2] @vkushwaha-nv%0A*Here describe the issue or question you have about the VK_EXT_extended_dynamic_state2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_extended_dynamic_state2.hs-boot view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Vikram Kushwaha---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_extended_dynamic_state2] @vkushwaha-nv%0A<<Here describe the issue or question you have about the VK_EXT_extended_dynamic_state2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_extended_dynamic_state2] @vkushwaha-nv%0A*Here describe the issue or question you have about the VK_EXT_extended_dynamic_state2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_external_memory_dma_buf.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Chad Versace---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_external_memory_dma_buf] @chadversary%0A<<Here describe the issue or question you have about the VK_EXT_external_memory_dma_buf extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_external_memory_dma_buf] @chadversary%0A*Here describe the issue or question you have about the VK_EXT_external_memory_dma_buf extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_external_memory_host.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Daniel Rakos---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_external_memory_host] @drakos-amd%0A<<Here describe the issue or question you have about the VK_EXT_external_memory_host extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_external_memory_host] @drakos-amd%0A*Here describe the issue or question you have about the VK_EXT_external_memory_host extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_external_memory_host.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Daniel Rakos---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_external_memory_host] @drakos-amd%0A<<Here describe the issue or question you have about the VK_EXT_external_memory_host extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_external_memory_host] @drakos-amd%0A*Here describe the issue or question you have about the VK_EXT_external_memory_host extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_filter_cubic.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Bill Licea-Kane---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_filter_cubic] @wwlk%0A<<Here describe the issue or question you have about the VK_EXT_filter_cubic extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_filter_cubic] @wwlk%0A*Here describe the issue or question you have about the VK_EXT_filter_cubic extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_filter_cubic.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Bill Licea-Kane---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_filter_cubic] @wwlk%0A<<Here describe the issue or question you have about the VK_EXT_filter_cubic extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_filter_cubic] @wwlk%0A*Here describe the issue or question you have about the VK_EXT_filter_cubic extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_fragment_density_map.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Matthew Netsch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_fragment_density_map] @mnetsch%0A<<Here describe the issue or question you have about the VK_EXT_fragment_density_map extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_fragment_density_map] @mnetsch%0A*Here describe the issue or question you have about the VK_EXT_fragment_density_map extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_fragment_density_map.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Matthew Netsch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_fragment_density_map] @mnetsch%0A<<Here describe the issue or question you have about the VK_EXT_fragment_density_map extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_fragment_density_map] @mnetsch%0A*Here describe the issue or question you have about the VK_EXT_fragment_density_map extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_fragment_density_map2.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Matthew Netsch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_fragment_density_map2] @mnetsch%0A<<Here describe the issue or question you have about the VK_EXT_fragment_density_map2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_fragment_density_map2] @mnetsch%0A*Here describe the issue or question you have about the VK_EXT_fragment_density_map2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_fragment_density_map2.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Matthew Netsch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_fragment_density_map2] @mnetsch%0A<<Here describe the issue or question you have about the VK_EXT_fragment_density_map2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_fragment_density_map2] @mnetsch%0A*Here describe the issue or question you have about the VK_EXT_fragment_density_map2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_fragment_shader_interlock.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_fragment_shader_interlock] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_fragment_shader_interlock extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_fragment_shader_interlock] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_fragment_shader_interlock extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_fragment_shader_interlock.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_fragment_shader_interlock] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_fragment_shader_interlock extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_fragment_shader_interlock] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_fragment_shader_interlock extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_full_screen_exclusive.hs view
@@ -36,7 +36,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_full_screen_exclusive] @cubanismo%0A<<Here describe the issue or question you have about the VK_EXT_full_screen_exclusive extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_full_screen_exclusive] @cubanismo%0A*Here describe the issue or question you have about the VK_EXT_full_screen_exclusive extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_full_screen_exclusive.hs-boot view
@@ -36,7 +36,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_full_screen_exclusive] @cubanismo%0A<<Here describe the issue or question you have about the VK_EXT_full_screen_exclusive extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_full_screen_exclusive] @cubanismo%0A*Here describe the issue or question you have about the VK_EXT_full_screen_exclusive extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_global_priority.hs view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Andres Rodriguez---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_global_priority] @lostgoat%0A<<Here describe the issue or question you have about the VK_EXT_global_priority extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_global_priority] @lostgoat%0A*Here describe the issue or question you have about the VK_EXT_global_priority extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_global_priority_query.hs view
@@ -34,7 +34,7 @@ -- [__Contact__] -- --     -   Yiwei Zhang---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_global_priority_query] @zhangyiwei%0A<<Here describe the issue or question you have about the VK_EXT_global_priority_query extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_global_priority_query] @zhangyiwei%0A*Here describe the issue or question you have about the VK_EXT_global_priority_query extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_graphics_pipeline_library.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_graphics_pipeline_library] @tobski%0A<<Here describe the issue or question you have about the VK_EXT_graphics_pipeline_library extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_graphics_pipeline_library] @tobski%0A*Here describe the issue or question you have about the VK_EXT_graphics_pipeline_library extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_graphics_pipeline_library.adoc VK_EXT_graphics_pipeline_library>
src/Vulkan/Extensions/VK_EXT_graphics_pipeline_library.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_graphics_pipeline_library] @tobski%0A<<Here describe the issue or question you have about the VK_EXT_graphics_pipeline_library extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_graphics_pipeline_library] @tobski%0A*Here describe the issue or question you have about the VK_EXT_graphics_pipeline_library extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_graphics_pipeline_library.adoc VK_EXT_graphics_pipeline_library>
src/Vulkan/Extensions/VK_EXT_hdr_metadata.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Courtney Goeltzenleuchter---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_hdr_metadata] @courtney-g%0A<<Here describe the issue or question you have about the VK_EXT_hdr_metadata extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_hdr_metadata] @courtney-g%0A*Here describe the issue or question you have about the VK_EXT_hdr_metadata extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_hdr_metadata.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Courtney Goeltzenleuchter---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_hdr_metadata] @courtney-g%0A<<Here describe the issue or question you have about the VK_EXT_hdr_metadata extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_hdr_metadata] @courtney-g%0A*Here describe the issue or question you have about the VK_EXT_hdr_metadata extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_headless_surface.hs view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Lisa Wu---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_headless_surface] @chengtianww%0A<<Here describe the issue or question you have about the VK_EXT_headless_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_headless_surface] @chengtianww%0A*Here describe the issue or question you have about the VK_EXT_headless_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_headless_surface.hs-boot view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Lisa Wu---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_headless_surface] @chengtianww%0A<<Here describe the issue or question you have about the VK_EXT_headless_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_headless_surface] @chengtianww%0A*Here describe the issue or question you have about the VK_EXT_headless_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_host_query_reset.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Bas Nieuwenhuizen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_host_query_reset] @BNieuwenhuizen%0A<<Here describe the issue or question you have about the VK_EXT_host_query_reset extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_host_query_reset] @BNieuwenhuizen%0A*Here describe the issue or question you have about the VK_EXT_host_query_reset extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_image_2d_view_of_3d.hs view
@@ -34,7 +34,7 @@ -- [__Contact__] -- --     -   Mike Blumenkrantz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_2d_view_of_3d] @zmike%0A<<Here describe the issue or question you have about the VK_EXT_image_2d_view_of_3d extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_2d_view_of_3d] @zmike%0A*Here describe the issue or question you have about the VK_EXT_image_2d_view_of_3d extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_image_2d_view_of_3d.hs-boot view
@@ -34,7 +34,7 @@ -- [__Contact__] -- --     -   Mike Blumenkrantz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_2d_view_of_3d] @zmike%0A<<Here describe the issue or question you have about the VK_EXT_image_2d_view_of_3d extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_2d_view_of_3d] @zmike%0A*Here describe the issue or question you have about the VK_EXT_image_2d_view_of_3d extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_image_compression_control.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Jan-Harald Fredriksen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_compression_control] @janharaldfredriksen-arm%0A<<Here describe the issue or question you have about the VK_EXT_image_compression_control extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_compression_control] @janharaldfredriksen-arm%0A*Here describe the issue or question you have about the VK_EXT_image_compression_control extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_image_compression_control.adoc VK_EXT_image_compression_control>
src/Vulkan/Extensions/VK_EXT_image_compression_control.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Jan-Harald Fredriksen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_compression_control] @janharaldfredriksen-arm%0A<<Here describe the issue or question you have about the VK_EXT_image_compression_control extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_compression_control] @janharaldfredriksen-arm%0A*Here describe the issue or question you have about the VK_EXT_image_compression_control extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_image_compression_control.adoc VK_EXT_image_compression_control>
src/Vulkan/Extensions/VK_EXT_image_compression_control_swapchain.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jan-Harald Fredriksen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_compression_control_swapchain] @janharaldfredriksen-arm%0A<<Here describe the issue or question you have about the VK_EXT_image_compression_control_swapchain extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_compression_control_swapchain] @janharaldfredriksen-arm%0A*Here describe the issue or question you have about the VK_EXT_image_compression_control_swapchain extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_image_compression_control_swapchain.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jan-Harald Fredriksen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_compression_control_swapchain] @janharaldfredriksen-arm%0A<<Here describe the issue or question you have about the VK_EXT_image_compression_control_swapchain extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_compression_control_swapchain] @janharaldfredriksen-arm%0A*Here describe the issue or question you have about the VK_EXT_image_compression_control_swapchain extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_image_drm_format_modifier.hs view
@@ -36,7 +36,7 @@ -- [__Contact__] -- --     -   Chad Versace---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_drm_format_modifier] @chadversary%0A<<Here describe the issue or question you have about the VK_EXT_image_drm_format_modifier extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_drm_format_modifier] @chadversary%0A*Here describe the issue or question you have about the VK_EXT_image_drm_format_modifier extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_image_drm_format_modifier.hs-boot view
@@ -36,7 +36,7 @@ -- [__Contact__] -- --     -   Chad Versace---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_drm_format_modifier] @chadversary%0A<<Here describe the issue or question you have about the VK_EXT_image_drm_format_modifier extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_drm_format_modifier] @chadversary%0A*Here describe the issue or question you have about the VK_EXT_image_drm_format_modifier extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_image_robustness.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Graeme Leese---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_robustness] @gnl21%0A<<Here describe the issue or question you have about the VK_EXT_image_robustness extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_robustness] @gnl21%0A*Here describe the issue or question you have about the VK_EXT_image_robustness extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_image_view_min_lod.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Joshua Ashton---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_view_min_lod] @Joshua-Ashton%0A<<Here describe the issue or question you have about the VK_EXT_image_view_min_lod extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_view_min_lod] @Joshua-Ashton%0A*Here describe the issue or question you have about the VK_EXT_image_view_min_lod extension* > -- -- == Other Extension Metadata --@@ -54,7 +54,8 @@ -- == Description -- -- This extension allows applications to clamp the minimum LOD value during--- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-image-level-selection Image Level(s) Selection>+-- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-image-level-selection Image Level(s) Selection>,+-- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-gather Texel Gathering> -- and -- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-integer-coordinate-operations Integer Texel Coordinate Operations> -- with a given 'Vulkan.Core10.Handles.ImageView' by@@ -172,7 +173,8 @@ data PhysicalDeviceImageViewMinLodFeaturesEXT = PhysicalDeviceImageViewMinLodFeaturesEXT   { -- | #features-minLod# @minLod@ indicates whether the implementation supports     -- clamping the minimum LOD value during-    -- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-image-level-selection Image Level(s) Selection>+    -- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-image-level-selection Image Level(s) Selection>,+    -- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-gather Texel Gathering>     -- and     -- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-integer-coordinate-operations Integer Texel Coordinate Operations>     -- with a given 'Vulkan.Core10.Handles.ImageView' by@@ -218,6 +220,30 @@  -- | VkImageViewMinLodCreateInfoEXT - Structure describing the minimum lod of -- an image view+--+-- = Description+--+-- If the @pNext@ chain includes a 'ImageViewMinLodCreateInfoEXT'+-- structure, then that structure includes a parameter specifying a value+-- to clamp the minimum LOD value during+-- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-image-level-selection Image Level(s) Selection>,+-- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-gather Texel Gathering>+-- and+-- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-integer-coordinate-operations Integer Texel Coordinate Operations>.+--+-- If the image view contains 'ImageViewMinLodCreateInfoEXT' and it is used+-- as part of a sampling operation:+--+-- minLodFloatimageView = @minLod@+--+-- otherwise:+--+-- minLodFloatimageView = 0.0+--+-- An integer variant of this parameter is also defined for sampling+-- operations which access integer mipmap levels:+--+-- minLodIntegerimageView = ⌊minLodFloatimageView⌋ -- -- == Valid Usage --
src/Vulkan/Extensions/VK_EXT_image_view_min_lod.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Joshua Ashton---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_view_min_lod] @Joshua-Ashton%0A<<Here describe the issue or question you have about the VK_EXT_image_view_min_lod extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_image_view_min_lod] @Joshua-Ashton%0A*Here describe the issue or question you have about the VK_EXT_image_view_min_lod extension* > -- -- == Other Extension Metadata --@@ -54,7 +54,8 @@ -- == Description -- -- This extension allows applications to clamp the minimum LOD value during--- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-image-level-selection Image Level(s) Selection>+-- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-image-level-selection Image Level(s) Selection>,+-- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-gather Texel Gathering> -- and -- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-integer-coordinate-operations Integer Texel Coordinate Operations> -- with a given 'Vulkan.Core10.Handles.ImageView' by
src/Vulkan/Extensions/VK_EXT_index_type_uint8.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_index_type_uint8] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_index_type_uint8 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_index_type_uint8] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_index_type_uint8 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_index_type_uint8.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_index_type_uint8] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_index_type_uint8 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_index_type_uint8] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_index_type_uint8 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_inline_uniform_block.hs view
@@ -35,7 +35,7 @@ -- [__Contact__] -- --     -   Daniel Rakos---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_inline_uniform_block] @aqnuep%0A<<Here describe the issue or question you have about the VK_EXT_inline_uniform_block extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_inline_uniform_block] @aqnuep%0A*Here describe the issue or question you have about the VK_EXT_inline_uniform_block extension* > -- -- == Other Extension Metadata --
+ src/Vulkan/Extensions/VK_EXT_legacy_dithering.hs view
@@ -0,0 +1,229 @@+{-# language CPP #-}+-- | = Name+--+-- VK_EXT_legacy_dithering - device extension+--+-- == VK_EXT_legacy_dithering+--+-- [__Name String__]+--     @VK_EXT_legacy_dithering@+--+-- [__Extension Type__]+--     Device extension+--+-- [__Registered Extension Number__]+--     466+--+-- [__Revision__]+--     1+--+-- [__Extension and Version Dependencies__]+--+--     -   Requires support for Vulkan 1.0+--+--     -   Requires @VK_KHR_get_physical_device_properties2@ to be enabled+--         for any device-level functionality+--+-- [__Special Use__]+--+--     -   <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#extendingvulkan-compatibility-specialuse OpenGL \/ ES support>+--+-- [__Contact__]+--+--     -   Shahbaz Youssefi+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_legacy_dithering] @syoussefi%0A*Here describe the issue or question you have about the VK_EXT_legacy_dithering extension* >+--+-- [__Extension Proposal__]+--     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_legacy_dithering.adoc VK_EXT_legacy_dithering>+--+-- == Other Extension Metadata+--+-- [__Last Modified Date__]+--     2022-03-31+--+-- [__Contributors__]+--+--     -   Shahbaz Youssefi, Google+--+--     -   Graeme Leese, Broadcom+--+--     -   Jan-Harald Fredriksen, Arm+--+-- == Description+--+-- This extension exposes a hardware feature used by some vendors to+-- implement OpenGL’s dithering. The purpose of this extension is to+-- support layering OpenGL over Vulkan, by allowing the layer to take+-- advantage of the same hardware feature and provide equivalent dithering+-- to OpenGL applications.+--+-- == New Structures+--+-- -   Extending+--     'Vulkan.Core11.Promoted_From_VK_KHR_get_physical_device_properties2.PhysicalDeviceFeatures2',+--     'Vulkan.Core10.Device.DeviceCreateInfo':+--+--     -   'PhysicalDeviceLegacyDitheringFeaturesEXT'+--+-- == New Enum Constants+--+-- -   'EXT_LEGACY_DITHERING_EXTENSION_NAME'+--+-- -   'EXT_LEGACY_DITHERING_SPEC_VERSION'+--+-- -   Extending 'Vulkan.Core13.Enums.RenderingFlagBits.RenderingFlagBits':+--+--     -   'Vulkan.Core13.Enums.RenderingFlagBits.RENDERING_ENABLE_LEGACY_DITHERING_BIT_EXT'+--+-- -   Extending 'Vulkan.Core10.Enums.StructureType.StructureType':+--+--     -   'Vulkan.Core10.Enums.StructureType.STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT'+--+-- -   Extending+--     'Vulkan.Core10.Enums.SubpassDescriptionFlagBits.SubpassDescriptionFlagBits':+--+--     -   'Vulkan.Core10.Enums.SubpassDescriptionFlagBits.SUBPASS_DESCRIPTION_ENABLE_LEGACY_DITHERING_BIT_EXT'+--+-- == Version History+--+-- -   Revision 1, 2022-03-31 (Shahbaz Youssefi)+--+--     -   Internal revisions+--+-- == Issues+--+-- 1) In OpenGL, the dither state can change dynamically. Should this+-- extension add a pipeline state for dither?+--+-- __RESOLVED__: No. Changing dither state is rarely, if ever, done during+-- rendering. Every surveyed Android application either entirely disables+-- dither, explicitly enables it, or uses the default state (which is+-- enabled). Additionally, on some hardware dither can only be specified in+-- a render pass granularity, so a change in dither state would necessarily+-- need to cause a render pass break. This extension considers dynamic+-- changes in OpenGL dither state a theoretical situation, and expects the+-- layer to break the render pass in such a situation without any practical+-- downsides.+--+-- == See Also+--+-- 'PhysicalDeviceLegacyDitheringFeaturesEXT'+--+-- == Document Notes+--+-- For more information, see the+-- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#VK_EXT_legacy_dithering Vulkan Specification>+--+-- This page is a generated document. Fixes and changes should be made to+-- the generator scripts, not directly.+module Vulkan.Extensions.VK_EXT_legacy_dithering  ( PhysicalDeviceLegacyDitheringFeaturesEXT(..)+                                                  , EXT_LEGACY_DITHERING_SPEC_VERSION+                                                  , pattern EXT_LEGACY_DITHERING_SPEC_VERSION+                                                  , EXT_LEGACY_DITHERING_EXTENSION_NAME+                                                  , pattern EXT_LEGACY_DITHERING_EXTENSION_NAME+                                                  ) where++import Foreign.Marshal.Alloc (allocaBytes)+import Foreign.Ptr (nullPtr)+import Foreign.Ptr (plusPtr)+import Vulkan.CStruct (FromCStruct)+import Vulkan.CStruct (FromCStruct(..))+import Vulkan.CStruct (ToCStruct)+import Vulkan.CStruct (ToCStruct(..))+import Vulkan.Zero (Zero(..))+import Data.String (IsString)+import Data.Typeable (Typeable)+import Foreign.Storable (Storable)+import Foreign.Storable (Storable(peek))+import Foreign.Storable (Storable(poke))+import qualified Foreign.Storable (Storable(..))+import GHC.Generics (Generic)+import Foreign.Ptr (Ptr)+import Data.Kind (Type)+import Vulkan.Core10.FundamentalTypes (bool32ToBool)+import Vulkan.Core10.FundamentalTypes (boolToBool32)+import Vulkan.Core10.FundamentalTypes (Bool32)+import Vulkan.Core10.Enums.StructureType (StructureType)+import Vulkan.Core10.Enums.StructureType (StructureType(STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT))+-- | VkPhysicalDeviceLegacyDitheringFeaturesEXT - Structure describing+-- support for legacy dithering+--+-- = Members+--+-- This structure describes the following feature:+--+-- = Description+--+-- If the 'PhysicalDeviceLegacyDitheringFeaturesEXT' structure is included+-- in the @pNext@ chain of the+-- 'Vulkan.Core11.Promoted_From_VK_KHR_get_physical_device_properties2.PhysicalDeviceFeatures2'+-- structure passed to+-- 'Vulkan.Core11.Promoted_From_VK_KHR_get_physical_device_properties2.getPhysicalDeviceFeatures2',+-- it is filled in to indicate whether each corresponding feature is+-- supported. 'PhysicalDeviceLegacyDitheringFeaturesEXT' /can/ also be used+-- in the @pNext@ chain of 'Vulkan.Core10.Device.DeviceCreateInfo' to+-- selectively enable these features.+--+-- == Valid Usage (Implicit)+--+-- = See Also+--+-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_EXT_legacy_dithering VK_EXT_legacy_dithering>,+-- 'Vulkan.Core10.FundamentalTypes.Bool32',+-- 'Vulkan.Core10.Enums.StructureType.StructureType'+data PhysicalDeviceLegacyDitheringFeaturesEXT = PhysicalDeviceLegacyDitheringFeaturesEXT+  { -- | #features-legacyDithering# @legacyDithering@ indicates whether the+    -- implementation supports+    -- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#interfaces-legacy-dithering Legacy Dithering>.+    legacyDithering :: Bool }+  deriving (Typeable, Eq)+#if defined(GENERIC_INSTANCES)+deriving instance Generic (PhysicalDeviceLegacyDitheringFeaturesEXT)+#endif+deriving instance Show PhysicalDeviceLegacyDitheringFeaturesEXT++instance ToCStruct PhysicalDeviceLegacyDitheringFeaturesEXT where+  withCStruct x f = allocaBytes 24 $ \p -> pokeCStruct p x (f p)+  pokeCStruct p PhysicalDeviceLegacyDitheringFeaturesEXT{..} f = do+    poke ((p `plusPtr` 0 :: Ptr StructureType)) (STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT)+    poke ((p `plusPtr` 8 :: Ptr (Ptr ()))) (nullPtr)+    poke ((p `plusPtr` 16 :: Ptr Bool32)) (boolToBool32 (legacyDithering))+    f+  cStructSize = 24+  cStructAlignment = 8+  pokeZeroCStruct p f = do+    poke ((p `plusPtr` 0 :: Ptr StructureType)) (STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT)+    poke ((p `plusPtr` 8 :: Ptr (Ptr ()))) (nullPtr)+    poke ((p `plusPtr` 16 :: Ptr Bool32)) (boolToBool32 (zero))+    f++instance FromCStruct PhysicalDeviceLegacyDitheringFeaturesEXT where+  peekCStruct p = do+    legacyDithering <- peek @Bool32 ((p `plusPtr` 16 :: Ptr Bool32))+    pure $ PhysicalDeviceLegacyDitheringFeaturesEXT+             (bool32ToBool legacyDithering)++instance Storable PhysicalDeviceLegacyDitheringFeaturesEXT where+  sizeOf ~_ = 24+  alignment ~_ = 8+  peek = peekCStruct+  poke ptr poked = pokeCStruct ptr poked (pure ())++instance Zero PhysicalDeviceLegacyDitheringFeaturesEXT where+  zero = PhysicalDeviceLegacyDitheringFeaturesEXT+           zero+++type EXT_LEGACY_DITHERING_SPEC_VERSION = 1++-- No documentation found for TopLevel "VK_EXT_LEGACY_DITHERING_SPEC_VERSION"+pattern EXT_LEGACY_DITHERING_SPEC_VERSION :: forall a . Integral a => a+pattern EXT_LEGACY_DITHERING_SPEC_VERSION = 1+++type EXT_LEGACY_DITHERING_EXTENSION_NAME = "VK_EXT_legacy_dithering"++-- No documentation found for TopLevel "VK_EXT_LEGACY_DITHERING_EXTENSION_NAME"+pattern EXT_LEGACY_DITHERING_EXTENSION_NAME :: forall a . (Eq a, IsString a) => a+pattern EXT_LEGACY_DITHERING_EXTENSION_NAME = "VK_EXT_legacy_dithering"+
+ src/Vulkan/Extensions/VK_EXT_legacy_dithering.hs-boot view
@@ -0,0 +1,131 @@+{-# language CPP #-}+-- | = Name+--+-- VK_EXT_legacy_dithering - device extension+--+-- == VK_EXT_legacy_dithering+--+-- [__Name String__]+--     @VK_EXT_legacy_dithering@+--+-- [__Extension Type__]+--     Device extension+--+-- [__Registered Extension Number__]+--     466+--+-- [__Revision__]+--     1+--+-- [__Extension and Version Dependencies__]+--+--     -   Requires support for Vulkan 1.0+--+--     -   Requires @VK_KHR_get_physical_device_properties2@ to be enabled+--         for any device-level functionality+--+-- [__Special Use__]+--+--     -   <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#extendingvulkan-compatibility-specialuse OpenGL \/ ES support>+--+-- [__Contact__]+--+--     -   Shahbaz Youssefi+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_legacy_dithering] @syoussefi%0A*Here describe the issue or question you have about the VK_EXT_legacy_dithering extension* >+--+-- [__Extension Proposal__]+--     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_legacy_dithering.adoc VK_EXT_legacy_dithering>+--+-- == Other Extension Metadata+--+-- [__Last Modified Date__]+--     2022-03-31+--+-- [__Contributors__]+--+--     -   Shahbaz Youssefi, Google+--+--     -   Graeme Leese, Broadcom+--+--     -   Jan-Harald Fredriksen, Arm+--+-- == Description+--+-- This extension exposes a hardware feature used by some vendors to+-- implement OpenGL’s dithering. The purpose of this extension is to+-- support layering OpenGL over Vulkan, by allowing the layer to take+-- advantage of the same hardware feature and provide equivalent dithering+-- to OpenGL applications.+--+-- == New Structures+--+-- -   Extending+--     'Vulkan.Core11.Promoted_From_VK_KHR_get_physical_device_properties2.PhysicalDeviceFeatures2',+--     'Vulkan.Core10.Device.DeviceCreateInfo':+--+--     -   'PhysicalDeviceLegacyDitheringFeaturesEXT'+--+-- == New Enum Constants+--+-- -   'EXT_LEGACY_DITHERING_EXTENSION_NAME'+--+-- -   'EXT_LEGACY_DITHERING_SPEC_VERSION'+--+-- -   Extending 'Vulkan.Core13.Enums.RenderingFlagBits.RenderingFlagBits':+--+--     -   'Vulkan.Core13.Enums.RenderingFlagBits.RENDERING_ENABLE_LEGACY_DITHERING_BIT_EXT'+--+-- -   Extending 'Vulkan.Core10.Enums.StructureType.StructureType':+--+--     -   'Vulkan.Core10.Enums.StructureType.STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT'+--+-- -   Extending+--     'Vulkan.Core10.Enums.SubpassDescriptionFlagBits.SubpassDescriptionFlagBits':+--+--     -   'Vulkan.Core10.Enums.SubpassDescriptionFlagBits.SUBPASS_DESCRIPTION_ENABLE_LEGACY_DITHERING_BIT_EXT'+--+-- == Version History+--+-- -   Revision 1, 2022-03-31 (Shahbaz Youssefi)+--+--     -   Internal revisions+--+-- == Issues+--+-- 1) In OpenGL, the dither state can change dynamically. Should this+-- extension add a pipeline state for dither?+--+-- __RESOLVED__: No. Changing dither state is rarely, if ever, done during+-- rendering. Every surveyed Android application either entirely disables+-- dither, explicitly enables it, or uses the default state (which is+-- enabled). Additionally, on some hardware dither can only be specified in+-- a render pass granularity, so a change in dither state would necessarily+-- need to cause a render pass break. This extension considers dynamic+-- changes in OpenGL dither state a theoretical situation, and expects the+-- layer to break the render pass in such a situation without any practical+-- downsides.+--+-- == See Also+--+-- 'PhysicalDeviceLegacyDitheringFeaturesEXT'+--+-- == Document Notes+--+-- For more information, see the+-- <https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#VK_EXT_legacy_dithering Vulkan Specification>+--+-- This page is a generated document. Fixes and changes should be made to+-- the generator scripts, not directly.+module Vulkan.Extensions.VK_EXT_legacy_dithering  (PhysicalDeviceLegacyDitheringFeaturesEXT) where++import Vulkan.CStruct (FromCStruct)+import Vulkan.CStruct (ToCStruct)+import Data.Kind (Type)++data PhysicalDeviceLegacyDitheringFeaturesEXT++instance ToCStruct PhysicalDeviceLegacyDitheringFeaturesEXT+instance Show PhysicalDeviceLegacyDitheringFeaturesEXT++instance FromCStruct PhysicalDeviceLegacyDitheringFeaturesEXT+
src/Vulkan/Extensions/VK_EXT_line_rasterization.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_line_rasterization] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_line_rasterization extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_line_rasterization] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_line_rasterization extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_line_rasterization.hs-boot view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_line_rasterization] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_line_rasterization extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_line_rasterization] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_line_rasterization extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_load_store_op_none.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Shahbaz Youssefi---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_load_store_op_none] @syoussefi%0A<<Here describe the issue or question you have about the VK_EXT_load_store_op_none extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_load_store_op_none] @syoussefi%0A*Here describe the issue or question you have about the VK_EXT_load_store_op_none extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_memory_budget.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_memory_budget] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_memory_budget extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_memory_budget] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_memory_budget extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_memory_budget.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_memory_budget] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_memory_budget extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_memory_budget] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_memory_budget extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_memory_priority.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_memory_priority] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_memory_priority extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_memory_priority] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_memory_priority extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_memory_priority.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_memory_priority] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_memory_priority extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_memory_priority] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_memory_priority extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_mesh_shader.hs view
@@ -24,10 +24,13 @@ --     -   Requires @VK_KHR_get_physical_device_properties2@ to be enabled --         for any device-level functionality --+--     -   Requires @VK_KHR_spirv_1_4@ to be enabled for any device-level+--         functionality+-- -- [__Contact__] -- --     -   Christoph Kubisch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_mesh_shader] @pixeljetstream%0A<<Here describe the issue or question you have about the VK_EXT_mesh_shader extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_mesh_shader] @pixeljetstream%0A*Here describe the issue or question you have about the VK_EXT_mesh_shader extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_mesh_shader.adoc VK_EXT_mesh_shader>@@ -681,6 +684,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDrawMeshTasksEXT-None-07288# Any shader invocation+--     executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDrawMeshTasksEXT-renderPass-02684# The current render --     pass /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -917,10 +924,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDrawMeshTasksEXT-rasterizationSamples-04740# If---     rasterization is not disabled in the bound graphics pipeline, and---     neither the @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+-- -   #VUID-vkCmdDrawMeshTasksEXT-multisampledRenderToSingleSampled-07284#+--     If rasterization is not disabled in the bound graphics pipeline, and+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -1130,12 +1139,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDrawMeshTasksEXT-colorAttachmentCount-06188# If the---     currently bound pipeline was created without a+-- -   #VUID-vkCmdDrawMeshTasksEXT-multisampledRenderToSingleSampled-07285#+--     If the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -1147,14 +1159,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDrawMeshTasksEXT-pDepthAttachment-06189# If the current---     render pass instance was begun with+-- -   #VUID-vkCmdDrawMeshTasksEXT-multisampledRenderToSingleSampled-07286#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -1162,14 +1176,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDrawMeshTasksEXT-pStencilAttachment-06190# If the current---     render pass instance was begun with+-- -   #VUID-vkCmdDrawMeshTasksEXT-multisampledRenderToSingleSampled-07287#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -1680,6 +1696,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDrawMeshTasksIndirectEXT-None-07288# Any shader+--     invocation executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDrawMeshTasksIndirectEXT-renderPass-02684# The current --     render pass /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -1917,10 +1937,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDrawMeshTasksIndirectEXT-rasterizationSamples-04740# If---     rasterization is not disabled in the bound graphics pipeline, and---     neither the @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+-- -   #VUID-vkCmdDrawMeshTasksIndirectEXT-multisampledRenderToSingleSampled-07284#+--     If rasterization is not disabled in the bound graphics pipeline, and+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -2130,12 +2152,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDrawMeshTasksIndirectEXT-colorAttachmentCount-06188# If---     the currently bound pipeline was created without a+-- -   #VUID-vkCmdDrawMeshTasksIndirectEXT-multisampledRenderToSingleSampled-07285#+--     If the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -2147,14 +2172,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDrawMeshTasksIndirectEXT-pDepthAttachment-06189# If the---     current render pass instance was begun with+-- -   #VUID-vkCmdDrawMeshTasksIndirectEXT-multisampledRenderToSingleSampled-07286#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -2162,14 +2189,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDrawMeshTasksIndirectEXT-pStencilAttachment-06190# If the---     current render pass instance was begun with+-- -   #VUID-vkCmdDrawMeshTasksIndirectEXT-multisampledRenderToSingleSampled-07287#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -2708,6 +2737,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDrawMeshTasksIndirectCountEXT-None-07288# Any shader+--     invocation executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDrawMeshTasksIndirectCountEXT-renderPass-02684# The --     current render pass /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -2945,10 +2978,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDrawMeshTasksIndirectCountEXT-rasterizationSamples-04740#+-- -   #VUID-vkCmdDrawMeshTasksIndirectCountEXT-multisampledRenderToSingleSampled-07284# --     If rasterization is not disabled in the bound graphics pipeline, and---     neither the @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -3158,12 +3193,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDrawMeshTasksIndirectCountEXT-colorAttachmentCount-06188#+-- -   #VUID-vkCmdDrawMeshTasksIndirectCountEXT-multisampledRenderToSingleSampled-07285# --     If the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -3175,14 +3213,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDrawMeshTasksIndirectCountEXT-pDepthAttachment-06189# If---     the current render pass instance was begun with+-- -   #VUID-vkCmdDrawMeshTasksIndirectCountEXT-multisampledRenderToSingleSampled-07286#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -3190,14 +3230,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDrawMeshTasksIndirectCountEXT-pStencilAttachment-06190#+-- -   #VUID-vkCmdDrawMeshTasksIndirectCountEXT-multisampledRenderToSingleSampled-07287# --     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@
src/Vulkan/Extensions/VK_EXT_mesh_shader.hs-boot view
@@ -24,10 +24,13 @@ --     -   Requires @VK_KHR_get_physical_device_properties2@ to be enabled --         for any device-level functionality --+--     -   Requires @VK_KHR_spirv_1_4@ to be enabled for any device-level+--         functionality+-- -- [__Contact__] -- --     -   Christoph Kubisch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_mesh_shader] @pixeljetstream%0A<<Here describe the issue or question you have about the VK_EXT_mesh_shader extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_mesh_shader] @pixeljetstream%0A*Here describe the issue or question you have about the VK_EXT_mesh_shader extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_mesh_shader.adoc VK_EXT_mesh_shader>
src/Vulkan/Extensions/VK_EXT_metal_objects.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Bill Hollings---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_metal_objects] @billhollings%0A<<Here describe the issue or question you have about the VK_EXT_metal_objects extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_metal_objects] @billhollings%0A*Here describe the issue or question you have about the VK_EXT_metal_objects extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_metal_objects.adoc VK_EXT_metal_objects>
src/Vulkan/Extensions/VK_EXT_metal_objects.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Bill Hollings---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_metal_objects] @billhollings%0A<<Here describe the issue or question you have about the VK_EXT_metal_objects extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_metal_objects] @billhollings%0A*Here describe the issue or question you have about the VK_EXT_metal_objects extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_metal_objects.adoc VK_EXT_metal_objects>
src/Vulkan/Extensions/VK_EXT_metal_surface.hs view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Dzmitry Malyshau---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_metal_surface] @kvark%0A<<Here describe the issue or question you have about the VK_EXT_metal_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_metal_surface] @kvark%0A*Here describe the issue or question you have about the VK_EXT_metal_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_metal_surface.hs-boot view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Dzmitry Malyshau---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_metal_surface] @kvark%0A<<Here describe the issue or question you have about the VK_EXT_metal_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_metal_surface] @kvark%0A*Here describe the issue or question you have about the VK_EXT_metal_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_multi_draw.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Mike Blumenkrantz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_multi_draw] @zmike%0A<<Here describe the issue or question you have about the VK_EXT_multi_draw extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_multi_draw] @zmike%0A*Here describe the issue or question you have about the VK_EXT_multi_draw extension* > -- -- == Other Extension Metadata --@@ -550,6 +550,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDrawMultiEXT-None-07288# Any shader invocation executed+--     by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDrawMultiEXT-renderPass-02684# The current render pass --     /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -786,10 +790,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDrawMultiEXT-rasterizationSamples-04740# If rasterization---     is not disabled in the bound graphics pipeline, and neither the---     @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+-- -   #VUID-vkCmdDrawMultiEXT-multisampledRenderToSingleSampled-07284# If+--     rasterization is not disabled in the bound graphics pipeline, and+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -999,12 +1005,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDrawMultiEXT-colorAttachmentCount-06188# If the currently---     bound pipeline was created without a+-- -   #VUID-vkCmdDrawMultiEXT-multisampledRenderToSingleSampled-07285# If+--     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -1016,14 +1025,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDrawMultiEXT-pDepthAttachment-06189# If the current---     render pass instance was begun with+-- -   #VUID-vkCmdDrawMultiEXT-multisampledRenderToSingleSampled-07286# If+--     the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -1031,14 +1042,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDrawMultiEXT-pStencilAttachment-06190# If the current---     render pass instance was begun with+-- -   #VUID-vkCmdDrawMultiEXT-multisampledRenderToSingleSampled-07287# If+--     the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -1648,6 +1661,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDrawMultiIndexedEXT-None-07288# Any shader invocation+--     executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDrawMultiIndexedEXT-renderPass-02684# The current render --     pass /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -1884,10 +1901,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDrawMultiIndexedEXT-rasterizationSamples-04740# If---     rasterization is not disabled in the bound graphics pipeline, and---     neither the @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+-- -   #VUID-vkCmdDrawMultiIndexedEXT-multisampledRenderToSingleSampled-07284#+--     If rasterization is not disabled in the bound graphics pipeline, and+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -2097,12 +2116,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDrawMultiIndexedEXT-colorAttachmentCount-06188# If the---     currently bound pipeline was created without a+-- -   #VUID-vkCmdDrawMultiIndexedEXT-multisampledRenderToSingleSampled-07285#+--     If the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -2114,14 +2136,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDrawMultiIndexedEXT-pDepthAttachment-06189# If the---     current render pass instance was begun with+-- -   #VUID-vkCmdDrawMultiIndexedEXT-multisampledRenderToSingleSampled-07286#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -2129,14 +2153,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDrawMultiIndexedEXT-pStencilAttachment-06190# If the---     current render pass instance was begun with+-- -   #VUID-vkCmdDrawMultiIndexedEXT-multisampledRenderToSingleSampled-07287#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@
src/Vulkan/Extensions/VK_EXT_multi_draw.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Mike Blumenkrantz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_multi_draw] @zmike%0A<<Here describe the issue or question you have about the VK_EXT_multi_draw extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_multi_draw] @zmike%0A*Here describe the issue or question you have about the VK_EXT_multi_draw extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_multisampled_render_to_single_sampled.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Shahbaz Youssefi---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_multisampled_render_to_single_sampled] @syoussefi%0A<<Here describe the issue or question you have about the VK_EXT_multisampled_render_to_single_sampled extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_multisampled_render_to_single_sampled] @syoussefi%0A*Here describe the issue or question you have about the VK_EXT_multisampled_render_to_single_sampled extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_multisampled_render_to_single_sampled.adoc VK_EXT_multisampled_render_to_single_sampled>
src/Vulkan/Extensions/VK_EXT_multisampled_render_to_single_sampled.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Shahbaz Youssefi---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_multisampled_render_to_single_sampled] @syoussefi%0A<<Here describe the issue or question you have about the VK_EXT_multisampled_render_to_single_sampled extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_multisampled_render_to_single_sampled] @syoussefi%0A*Here describe the issue or question you have about the VK_EXT_multisampled_render_to_single_sampled extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_multisampled_render_to_single_sampled.adoc VK_EXT_multisampled_render_to_single_sampled>
src/Vulkan/Extensions/VK_EXT_non_seamless_cube_map.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Georg Lehmann---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_non_seamless_cube_map] @DadSchoorse%0A<<Here describe the issue or question you have about the VK_EXT_non_seamless_cube_map extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_non_seamless_cube_map] @DadSchoorse%0A*Here describe the issue or question you have about the VK_EXT_non_seamless_cube_map extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_non_seamless_cube_map.adoc VK_EXT_non_seamless_cube_map>
src/Vulkan/Extensions/VK_EXT_non_seamless_cube_map.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Georg Lehmann---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_non_seamless_cube_map] @DadSchoorse%0A<<Here describe the issue or question you have about the VK_EXT_non_seamless_cube_map extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_non_seamless_cube_map] @DadSchoorse%0A*Here describe the issue or question you have about the VK_EXT_non_seamless_cube_map extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_non_seamless_cube_map.adoc VK_EXT_non_seamless_cube_map>
src/Vulkan/Extensions/VK_EXT_pageable_device_local_memory.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pageable_device_local_memory] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_pageable_device_local_memory extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pageable_device_local_memory] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_pageable_device_local_memory extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_pageable_device_local_memory.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pageable_device_local_memory] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_pageable_device_local_memory extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pageable_device_local_memory] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_pageable_device_local_memory extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_pci_bus_info.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Matthaeus G. Chajdas---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pci_bus_info] @anteru%0A<<Here describe the issue or question you have about the VK_EXT_pci_bus_info extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pci_bus_info] @anteru%0A*Here describe the issue or question you have about the VK_EXT_pci_bus_info extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_pci_bus_info.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Matthaeus G. Chajdas---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pci_bus_info] @anteru%0A<<Here describe the issue or question you have about the VK_EXT_pci_bus_info extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pci_bus_info] @anteru%0A*Here describe the issue or question you have about the VK_EXT_pci_bus_info extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_physical_device_drm.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Simon Ser---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_physical_device_drm] @emersion%0A<<Here describe the issue or question you have about the VK_EXT_physical_device_drm extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_physical_device_drm] @emersion%0A*Here describe the issue or question you have about the VK_EXT_physical_device_drm extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_physical_device_drm.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Simon Ser---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_physical_device_drm] @emersion%0A<<Here describe the issue or question you have about the VK_EXT_physical_device_drm extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_physical_device_drm] @emersion%0A*Here describe the issue or question you have about the VK_EXT_physical_device_drm extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_pipeline_creation_cache_control.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Gregory Grebe---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pipeline_creation_cache_control] @grgrebe_amd%0A<<Here describe the issue or question you have about the VK_EXT_pipeline_creation_cache_control extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pipeline_creation_cache_control] @grgrebe_amd%0A*Here describe the issue or question you have about the VK_EXT_pipeline_creation_cache_control extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_pipeline_creation_feedback.hs view
@@ -33,7 +33,7 @@ -- [__Contact__] -- --     -   Jean-Francois Roy---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pipeline_creation_feedback] @jfroy%0A<<Here describe the issue or question you have about the VK_EXT_pipeline_creation_feedback extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pipeline_creation_feedback] @jfroy%0A*Here describe the issue or question you have about the VK_EXT_pipeline_creation_feedback extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_pipeline_properties.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Mukund Keshava---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pipeline_properties] @mkeshavanv%0A<<Here describe the issue or question you have about the VK_EXT_pipeline_properties extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pipeline_properties] @mkeshavanv%0A*Here describe the issue or question you have about the VK_EXT_pipeline_properties extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_pipeline_properties.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Mukund Keshava---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pipeline_properties] @mkeshavanv%0A<<Here describe the issue or question you have about the VK_EXT_pipeline_properties extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_pipeline_properties] @mkeshavanv%0A*Here describe the issue or question you have about the VK_EXT_pipeline_properties extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_pipeline_robustness.hs view
@@ -265,25 +265,23 @@ -- | VkPipelineRobustnessCreateInfoEXT - Structure controlling the robustness -- of a newly created pipeline shader stage ----- = Members+-- = Description -- -- Resources bound as -- 'Vulkan.Core10.Enums.DescriptorType.DESCRIPTOR_TYPE_MUTABLE_VALVE' will -- have the robustness behavior that covers its active descriptor type. ----- = Description--- -- The scope of the effect of 'PipelineRobustnessCreateInfoEXT' depends on -- which structure’s @pNext@ chain it is included in. -- -- -   'Vulkan.Core10.Pipeline.GraphicsPipelineCreateInfo',---     'Vulkan.Core10.Pipeline.ComputePipelineCreateInfo',---     'Vulkan.Extensions.VK_KHR_ray_tracing_pipeline.RayTracingPipelineCreateInfoKHR'+--     'Vulkan.Extensions.VK_KHR_ray_tracing_pipeline.RayTracingPipelineCreateInfoKHR',+--     'Vulkan.Core10.Pipeline.ComputePipelineCreateInfo': --     The robustness behavior described by --     'PipelineRobustnessCreateInfoEXT' applies to all accesses through --     this pipeline ----- -   'Vulkan.Core10.Pipeline.PipelineShaderStageCreateInfo'+-- -   'Vulkan.Core10.Pipeline.PipelineShaderStageCreateInfo': --     The robustness behavior described by --     'PipelineRobustnessCreateInfoEXT' applies to all accesses emanating --     from the shader code of this shader stage@@ -376,13 +374,35 @@ -- 'PipelineRobustnessImageBehaviorEXT', -- 'Vulkan.Core10.Enums.StructureType.StructureType' data PipelineRobustnessCreateInfoEXT = PipelineRobustnessCreateInfoEXT-  { -- No documentation found for Nested "VkPipelineRobustnessCreateInfoEXT" "storageBuffers"+  { -- | @storageBuffers@ sets the behaviour of out of bounds accesses made to+    -- resources bound as:+    --+    -- -   'Vulkan.Core10.Enums.DescriptorType.DESCRIPTOR_TYPE_STORAGE_BUFFER'+    --+    -- -   'Vulkan.Core10.Enums.DescriptorType.DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER'+    --+    -- -   'Vulkan.Core10.Enums.DescriptorType.DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC'     storageBuffers :: PipelineRobustnessBufferBehaviorEXT-  , -- No documentation found for Nested "VkPipelineRobustnessCreateInfoEXT" "uniformBuffers"+  , -- | @uniformBuffers@ describes the behaviour of out of bounds accesses made+    -- to resources bound as:+    --+    -- -   'Vulkan.Core10.Enums.DescriptorType.DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER'+    --+    -- -   'Vulkan.Core10.Enums.DescriptorType.DESCRIPTOR_TYPE_UNIFORM_BUFFER'+    --+    -- -   'Vulkan.Core10.Enums.DescriptorType.DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC'+    --+    -- -   'Vulkan.Core10.Enums.DescriptorType.DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK'     uniformBuffers :: PipelineRobustnessBufferBehaviorEXT-  , -- No documentation found for Nested "VkPipelineRobustnessCreateInfoEXT" "vertexInputs"+  , -- | @vertexInputs@ describes the behaviour of out of bounds accesses made to+    -- vertex input attributes     vertexInputs :: PipelineRobustnessBufferBehaviorEXT-  , -- No documentation found for Nested "VkPipelineRobustnessCreateInfoEXT" "images"+  , -- | @images@ describes the behaviour of out of bounds accesses made to+    -- resources bound as:+    --+    -- -   'Vulkan.Core10.Enums.DescriptorType.DESCRIPTOR_TYPE_SAMPLED_IMAGE'+    --+    -- -   'Vulkan.Core10.Enums.DescriptorType.DESCRIPTOR_TYPE_STORAGE_IMAGE'     images :: PipelineRobustnessImageBehaviorEXT   }   deriving (Typeable, Eq)
src/Vulkan/Extensions/VK_EXT_post_depth_coverage.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_post_depth_coverage] @dgkoch%0A<<Here describe the issue or question you have about the VK_EXT_post_depth_coverage extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_post_depth_coverage] @dgkoch%0A*Here describe the issue or question you have about the VK_EXT_post_depth_coverage extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_primitive_topology_list_restart.hs view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Shahbaz Youssefi---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_primitive_topology_list_restart] @syoussefi%0A<<Here describe the issue or question you have about the VK_EXT_primitive_topology_list_restart extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_primitive_topology_list_restart] @syoussefi%0A*Here describe the issue or question you have about the VK_EXT_primitive_topology_list_restart extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_primitive_topology_list_restart.hs-boot view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Shahbaz Youssefi---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_primitive_topology_list_restart] @syoussefi%0A<<Here describe the issue or question you have about the VK_EXT_primitive_topology_list_restart extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_primitive_topology_list_restart] @syoussefi%0A*Here describe the issue or question you have about the VK_EXT_primitive_topology_list_restart extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_primitives_generated_query.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Shahbaz Youssefi---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_primitives_generated_query] @syoussefi%0A<<Here describe the issue or question you have about the VK_EXT_primitives_generated_query extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_primitives_generated_query] @syoussefi%0A*Here describe the issue or question you have about the VK_EXT_primitives_generated_query extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_primitives_generated_query.adoc VK_EXT_primitives_generated_query>
src/Vulkan/Extensions/VK_EXT_primitives_generated_query.hs-boot view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Shahbaz Youssefi---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_primitives_generated_query] @syoussefi%0A<<Here describe the issue or question you have about the VK_EXT_primitives_generated_query extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_primitives_generated_query] @syoussefi%0A*Here describe the issue or question you have about the VK_EXT_primitives_generated_query extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_primitives_generated_query.adoc VK_EXT_primitives_generated_query>
src/Vulkan/Extensions/VK_EXT_private_data.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Matthew Rusch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_private_data] @mattruschnv%0A<<Here describe the issue or question you have about the VK_EXT_private_data extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_private_data] @mattruschnv%0A*Here describe the issue or question you have about the VK_EXT_private_data extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_provoking_vertex.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_provoking_vertex] @jessehall%0A<<Here describe the issue or question you have about the VK_EXT_provoking_vertex extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_provoking_vertex] @jessehall%0A*Here describe the issue or question you have about the VK_EXT_provoking_vertex extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_provoking_vertex.hs-boot view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_provoking_vertex] @jessehall%0A<<Here describe the issue or question you have about the VK_EXT_provoking_vertex extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_provoking_vertex] @jessehall%0A*Here describe the issue or question you have about the VK_EXT_provoking_vertex extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_queue_family_foreign.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Chad Versace---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_queue_family_foreign] @chadversary%0A<<Here describe the issue or question you have about the VK_EXT_queue_family_foreign extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_queue_family_foreign] @chadversary%0A*Here describe the issue or question you have about the VK_EXT_queue_family_foreign extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_rasterization_order_attachment_access.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jan-Harald Fredriksen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_rasterization_order_attachment_access] @janharaldfredriksen-arm%0A<<Here describe the issue or question you have about the VK_EXT_rasterization_order_attachment_access extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_rasterization_order_attachment_access] @janharaldfredriksen-arm%0A*Here describe the issue or question you have about the VK_EXT_rasterization_order_attachment_access extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_rasterization_order_attachment_access.adoc VK_EXT_rasterization_order_attachment_access>
src/Vulkan/Extensions/VK_EXT_rasterization_order_attachment_access.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jan-Harald Fredriksen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_rasterization_order_attachment_access] @janharaldfredriksen-arm%0A<<Here describe the issue or question you have about the VK_EXT_rasterization_order_attachment_access extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_rasterization_order_attachment_access] @janharaldfredriksen-arm%0A*Here describe the issue or question you have about the VK_EXT_rasterization_order_attachment_access extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_rasterization_order_attachment_access.adoc VK_EXT_rasterization_order_attachment_access>
src/Vulkan/Extensions/VK_EXT_rgba10x6_formats.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jan-Harald Fredriksen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_rgba10x6_formats] @janharaldfredriksen-arm%0A<<Here describe the issue or question you have about the VK_EXT_rgba10x6_formats extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_rgba10x6_formats] @janharaldfredriksen-arm%0A*Here describe the issue or question you have about the VK_EXT_rgba10x6_formats extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_rgba10x6_formats.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jan-Harald Fredriksen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_rgba10x6_formats] @janharaldfredriksen-arm%0A<<Here describe the issue or question you have about the VK_EXT_rgba10x6_formats extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_rgba10x6_formats] @janharaldfredriksen-arm%0A*Here describe the issue or question you have about the VK_EXT_rgba10x6_formats extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_robustness2.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Liam Middlebrook---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_robustness2] @liam-middlebrook%0A<<Here describe the issue or question you have about the VK_EXT_robustness2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_robustness2] @liam-middlebrook%0A*Here describe the issue or question you have about the VK_EXT_robustness2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_robustness2.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Liam Middlebrook---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_robustness2] @liam-middlebrook%0A<<Here describe the issue or question you have about the VK_EXT_robustness2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_robustness2] @liam-middlebrook%0A*Here describe the issue or question you have about the VK_EXT_robustness2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_sample_locations.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Daniel Rakos---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_sample_locations] @drakos-amd%0A<<Here describe the issue or question you have about the VK_EXT_sample_locations extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_sample_locations] @drakos-amd%0A*Here describe the issue or question you have about the VK_EXT_sample_locations extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_sample_locations.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Daniel Rakos---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_sample_locations] @drakos-amd%0A<<Here describe the issue or question you have about the VK_EXT_sample_locations extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_sample_locations] @drakos-amd%0A*Here describe the issue or question you have about the VK_EXT_sample_locations extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_sampler_filter_minmax.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_sampler_filter_minmax] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_sampler_filter_minmax extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_sampler_filter_minmax] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_sampler_filter_minmax extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_scalar_block_layout.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_scalar_block_layout] @tobski%0A<<Here describe the issue or question you have about the VK_EXT_scalar_block_layout extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_scalar_block_layout] @tobski%0A*Here describe the issue or question you have about the VK_EXT_scalar_block_layout extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_separate_stencil_usage.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Daniel Rakos---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_separate_stencil_usage] @drakos-amd%0A<<Here describe the issue or question you have about the VK_EXT_separate_stencil_usage extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_separate_stencil_usage] @drakos-amd%0A*Here describe the issue or question you have about the VK_EXT_separate_stencil_usage extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_shader_atomic_float.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Vikram Kushwaha---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_atomic_float] @vkushwaha-nv%0A<<Here describe the issue or question you have about the VK_EXT_shader_atomic_float extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_atomic_float] @vkushwaha-nv%0A*Here describe the issue or question you have about the VK_EXT_shader_atomic_float extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_shader_atomic_float.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Vikram Kushwaha---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_atomic_float] @vkushwaha-nv%0A<<Here describe the issue or question you have about the VK_EXT_shader_atomic_float extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_atomic_float] @vkushwaha-nv%0A*Here describe the issue or question you have about the VK_EXT_shader_atomic_float extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_shader_atomic_float2.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jason Ekstrand---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_atomic_float2] @jekstrand%0A<<Here describe the issue or question you have about the VK_EXT_shader_atomic_float2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_atomic_float2] @jekstrand%0A*Here describe the issue or question you have about the VK_EXT_shader_atomic_float2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_shader_atomic_float2.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jason Ekstrand---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_atomic_float2] @jekstrand%0A<<Here describe the issue or question you have about the VK_EXT_shader_atomic_float2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_atomic_float2] @jekstrand%0A*Here describe the issue or question you have about the VK_EXT_shader_atomic_float2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_shader_demote_to_helper_invocation.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_demote_to_helper_invocation] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_shader_demote_to_helper_invocation extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_demote_to_helper_invocation] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_shader_demote_to_helper_invocation extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_shader_image_atomic_int64.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_image_atomic_int64] @tobski%0A<<Here describe the issue or question you have about the VK_EXT_shader_image_atomic_int64 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_image_atomic_int64] @tobski%0A*Here describe the issue or question you have about the VK_EXT_shader_image_atomic_int64 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_shader_image_atomic_int64.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_image_atomic_int64] @tobski%0A<<Here describe the issue or question you have about the VK_EXT_shader_image_atomic_int64 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_image_atomic_int64] @tobski%0A*Here describe the issue or question you have about the VK_EXT_shader_image_atomic_int64 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_shader_module_identifier.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Hans-Kristian Arntzen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_module_identifier] @HansKristian-Work%0A<<Here describe the issue or question you have about the VK_EXT_shader_module_identifier extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_module_identifier] @HansKristian-Work%0A*Here describe the issue or question you have about the VK_EXT_shader_module_identifier extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_shader_module_identifier.adoc VK_EXT_shader_module_identifier>
src/Vulkan/Extensions/VK_EXT_shader_module_identifier.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Hans-Kristian Arntzen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_module_identifier] @HansKristian-Work%0A<<Here describe the issue or question you have about the VK_EXT_shader_module_identifier extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_module_identifier] @HansKristian-Work%0A*Here describe the issue or question you have about the VK_EXT_shader_module_identifier extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_shader_module_identifier.adoc VK_EXT_shader_module_identifier>
src/Vulkan/Extensions/VK_EXT_shader_stencil_export.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Dominik Witczak---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_stencil_export] @dominikwitczakamd%0A<<Here describe the issue or question you have about the VK_EXT_shader_stencil_export extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_stencil_export] @dominikwitczakamd%0A*Here describe the issue or question you have about the VK_EXT_shader_stencil_export extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_shader_subgroup_ballot.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_subgroup_ballot] @dgkoch%0A<<Here describe the issue or question you have about the VK_EXT_shader_subgroup_ballot extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_subgroup_ballot] @dgkoch%0A*Here describe the issue or question you have about the VK_EXT_shader_subgroup_ballot extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_shader_subgroup_vote.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_subgroup_vote] @dgkoch%0A<<Here describe the issue or question you have about the VK_EXT_shader_subgroup_vote extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_subgroup_vote] @dgkoch%0A*Here describe the issue or question you have about the VK_EXT_shader_subgroup_vote extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_shader_viewport_index_layer.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_viewport_index_layer] @dgkoch%0A<<Here describe the issue or question you have about the VK_EXT_shader_viewport_index_layer extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_shader_viewport_index_layer] @dgkoch%0A*Here describe the issue or question you have about the VK_EXT_shader_viewport_index_layer extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_subgroup_size_control.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Neil Henning---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_subgroup_size_control] @sheredom%0A<<Here describe the issue or question you have about the VK_EXT_subgroup_size_control extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_subgroup_size_control] @sheredom%0A*Here describe the issue or question you have about the VK_EXT_subgroup_size_control extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_subpass_merge_feedback.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Ting Wei---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_subpass_merge_feedback] @catweiting%0A<<Here describe the issue or question you have about the VK_EXT_subpass_merge_feedback extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_subpass_merge_feedback] @catweiting%0A*Here describe the issue or question you have about the VK_EXT_subpass_merge_feedback extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_subpass_merge_feedback.adoc VK_EXT_subpass_merge_feedback>
src/Vulkan/Extensions/VK_EXT_subpass_merge_feedback.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Ting Wei---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_subpass_merge_feedback] @catweiting%0A<<Here describe the issue or question you have about the VK_EXT_subpass_merge_feedback extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_subpass_merge_feedback] @catweiting%0A*Here describe the issue or question you have about the VK_EXT_subpass_merge_feedback extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_EXT_subpass_merge_feedback.adoc VK_EXT_subpass_merge_feedback>
src/Vulkan/Extensions/VK_EXT_swapchain_colorspace.hs view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Courtney Goeltzenleuchter---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_swapchain_colorspace] @courtney-g%0A<<Here describe the issue or question you have about the VK_EXT_swapchain_colorspace extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_swapchain_colorspace] @courtney-g%0A*Here describe the issue or question you have about the VK_EXT_swapchain_colorspace extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_texel_buffer_alignment.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_texel_buffer_alignment] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_texel_buffer_alignment extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_texel_buffer_alignment] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_texel_buffer_alignment extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_texel_buffer_alignment.hs-boot view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_texel_buffer_alignment] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_EXT_texel_buffer_alignment extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_texel_buffer_alignment] @jeffbolznv%0A*Here describe the issue or question you have about the VK_EXT_texel_buffer_alignment extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_texture_compression_astc_hdr.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jan-Harald Fredriksen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_texture_compression_astc_hdr] @janharaldfredriksen-arm%0A<<Here describe the issue or question you have about the VK_EXT_texture_compression_astc_hdr extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_texture_compression_astc_hdr] @janharaldfredriksen-arm%0A*Here describe the issue or question you have about the VK_EXT_texture_compression_astc_hdr extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_tooling_info.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_tooling_info] @tobski%0A<<Here describe the issue or question you have about the VK_EXT_tooling_info extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_tooling_info] @tobski%0A*Here describe the issue or question you have about the VK_EXT_tooling_info extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_transform_feedback.hs view
@@ -35,7 +35,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_transform_feedback] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_transform_feedback extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_transform_feedback] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_transform_feedback extension* > -- -- == Other Extension Metadata --@@ -999,6 +999,15 @@ --     used to create @queryPool@ /must/ not be --     'Vulkan.Core10.Enums.QueryType.QUERY_TYPE_MESH_PRIMITIVES_GENERATED_EXT' --+-- -   #VUID-vkCmdBeginQueryIndexedEXT-queryPool-07289# If @queryPool@ was+--     created with a @queryType@ of+--     'Vulkan.Core10.Enums.QueryType.QUERY_TYPE_PERFORMANCE_QUERY_KHR',+--     then the+--     'Vulkan.Extensions.VK_KHR_performance_query.QueryPoolPerformanceCreateInfoKHR'::@queueFamilyIndex@+--     @queryPool@ was created with /must/ equal the queue family index of+--     the 'Vulkan.Core10.Handles.CommandPool' that @commandBuffer@ was+--     allocated from+-- -- -   #VUID-vkCmdBeginQueryIndexedEXT-queryPool-03223# If @queryPool@ was --     created with a @queryType@ of --     'Vulkan.Core10.Enums.QueryType.QUERY_TYPE_PERFORMANCE_QUERY_KHR',@@ -1671,6 +1680,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDrawIndirectByteCountEXT-None-07288# Any shader+--     invocation executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDrawIndirectByteCountEXT-renderPass-02684# The current --     render pass /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -1908,10 +1921,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDrawIndirectByteCountEXT-rasterizationSamples-04740# If---     rasterization is not disabled in the bound graphics pipeline, and---     neither the @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+-- -   #VUID-vkCmdDrawIndirectByteCountEXT-multisampledRenderToSingleSampled-07284#+--     If rasterization is not disabled in the bound graphics pipeline, and+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -2121,12 +2136,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDrawIndirectByteCountEXT-colorAttachmentCount-06188# If---     the currently bound pipeline was created without a+-- -   #VUID-vkCmdDrawIndirectByteCountEXT-multisampledRenderToSingleSampled-07285#+--     If the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -2138,14 +2156,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDrawIndirectByteCountEXT-pDepthAttachment-06189# If the---     current render pass instance was begun with+-- -   #VUID-vkCmdDrawIndirectByteCountEXT-multisampledRenderToSingleSampled-07286#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -2153,14 +2173,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDrawIndirectByteCountEXT-pStencilAttachment-06190# If the---     current render pass instance was begun with+-- -   #VUID-vkCmdDrawIndirectByteCountEXT-multisampledRenderToSingleSampled-07287#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@
src/Vulkan/Extensions/VK_EXT_transform_feedback.hs-boot view
@@ -35,7 +35,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_transform_feedback] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_transform_feedback extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_transform_feedback] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_transform_feedback extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_validation_cache.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Cort Stratton---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_validation_cache] @cdwfs%0A<<Here describe the issue or question you have about the VK_EXT_validation_cache extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_validation_cache] @cdwfs%0A*Here describe the issue or question you have about the VK_EXT_validation_cache extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_validation_cache.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Cort Stratton---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_validation_cache] @cdwfs%0A<<Here describe the issue or question you have about the VK_EXT_validation_cache extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_validation_cache] @cdwfs%0A*Here describe the issue or question you have about the VK_EXT_validation_cache extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_validation_features.hs view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Karl Schultz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_validation_features] @karl-lunarg%0A<<Here describe the issue or question you have about the VK_EXT_validation_features extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_validation_features] @karl-lunarg%0A*Here describe the issue or question you have about the VK_EXT_validation_features extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_validation_features.hs-boot view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Karl Schultz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_validation_features] @karl-lunarg%0A<<Here describe the issue or question you have about the VK_EXT_validation_features extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_validation_features] @karl-lunarg%0A*Here describe the issue or question you have about the VK_EXT_validation_features extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_validation_flags.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Tobin Ehlis---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_validation_flags] @tobine%0A<<Here describe the issue or question you have about the VK_EXT_validation_flags extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_validation_flags] @tobine%0A*Here describe the issue or question you have about the VK_EXT_validation_flags extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_validation_flags.hs-boot view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Tobin Ehlis---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_validation_flags] @tobine%0A<<Here describe the issue or question you have about the VK_EXT_validation_flags extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_validation_flags] @tobine%0A*Here describe the issue or question you have about the VK_EXT_validation_flags extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_vertex_attribute_divisor.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Vikram Kushwaha---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_vertex_attribute_divisor] @vkushwaha%0A<<Here describe the issue or question you have about the VK_EXT_vertex_attribute_divisor extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_vertex_attribute_divisor] @vkushwaha%0A*Here describe the issue or question you have about the VK_EXT_vertex_attribute_divisor extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_vertex_attribute_divisor.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Vikram Kushwaha---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_vertex_attribute_divisor] @vkushwaha%0A<<Here describe the issue or question you have about the VK_EXT_vertex_attribute_divisor extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_vertex_attribute_divisor] @vkushwaha%0A*Here describe the issue or question you have about the VK_EXT_vertex_attribute_divisor extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_vertex_input_dynamic_state.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_vertex_input_dynamic_state] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_vertex_input_dynamic_state extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_vertex_input_dynamic_state] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_vertex_input_dynamic_state extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_vertex_input_dynamic_state.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_vertex_input_dynamic_state] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_vertex_input_dynamic_state extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_vertex_input_dynamic_state] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_vertex_input_dynamic_state extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_ycbcr_2plane_444_formats.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Tony Zlatinski---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_ycbcr_2plane_444_formats] @tzlatinski%0A<<Here describe the issue or question you have about the VK_EXT_ycbcr_2plane_444_formats extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_ycbcr_2plane_444_formats] @tzlatinski%0A*Here describe the issue or question you have about the VK_EXT_ycbcr_2plane_444_formats extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_ycbcr_2plane_444_formats.hs-boot view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Tony Zlatinski---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_ycbcr_2plane_444_formats] @tzlatinski%0A<<Here describe the issue or question you have about the VK_EXT_ycbcr_2plane_444_formats extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_ycbcr_2plane_444_formats] @tzlatinski%0A*Here describe the issue or question you have about the VK_EXT_ycbcr_2plane_444_formats extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_ycbcr_image_arrays.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_ycbcr_image_arrays] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_ycbcr_image_arrays extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_ycbcr_image_arrays] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_ycbcr_image_arrays extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_EXT_ycbcr_image_arrays.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_ycbcr_image_arrays] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_EXT_ycbcr_image_arrays extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_EXT_ycbcr_image_arrays] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_EXT_ycbcr_image_arrays extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_FUCHSIA_buffer_collection.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   John Rosasco---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_buffer_collection] @rosasco%0A<<Here describe the issue or question you have about the VK_FUCHSIA_buffer_collection extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_buffer_collection] @rosasco%0A*Here describe the issue or question you have about the VK_FUCHSIA_buffer_collection extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_FUCHSIA_buffer_collection.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   John Rosasco---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_buffer_collection] @rosasco%0A<<Here describe the issue or question you have about the VK_FUCHSIA_buffer_collection extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_buffer_collection] @rosasco%0A*Here describe the issue or question you have about the VK_FUCHSIA_buffer_collection extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_FUCHSIA_external_memory.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   John Rosasco---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_external_memory] @rosasco%0A<<Here describe the issue or question you have about the VK_FUCHSIA_external_memory extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_external_memory] @rosasco%0A*Here describe the issue or question you have about the VK_FUCHSIA_external_memory extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_FUCHSIA_external_memory.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   John Rosasco---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_external_memory] @rosasco%0A<<Here describe the issue or question you have about the VK_FUCHSIA_external_memory extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_external_memory] @rosasco%0A*Here describe the issue or question you have about the VK_FUCHSIA_external_memory extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_FUCHSIA_external_semaphore.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   John Rosasco---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_external_semaphore] @rosasco%0A<<Here describe the issue or question you have about the VK_FUCHSIA_external_semaphore extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_external_semaphore] @rosasco%0A*Here describe the issue or question you have about the VK_FUCHSIA_external_semaphore extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_FUCHSIA_external_semaphore.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   John Rosasco---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_external_semaphore] @rosasco%0A<<Here describe the issue or question you have about the VK_FUCHSIA_external_semaphore extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_external_semaphore] @rosasco%0A*Here describe the issue or question you have about the VK_FUCHSIA_external_semaphore extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_FUCHSIA_imagepipe_surface.hs view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Craig Stout---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_imagepipe_surface] @cdotstout%0A<<Here describe the issue or question you have about the VK_FUCHSIA_imagepipe_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_imagepipe_surface] @cdotstout%0A*Here describe the issue or question you have about the VK_FUCHSIA_imagepipe_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_FUCHSIA_imagepipe_surface.hs-boot view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Craig Stout---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_imagepipe_surface] @cdotstout%0A<<Here describe the issue or question you have about the VK_FUCHSIA_imagepipe_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_FUCHSIA_imagepipe_surface] @cdotstout%0A*Here describe the issue or question you have about the VK_FUCHSIA_imagepipe_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_GGP_frame_token.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Jean-Francois Roy---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GGP_frame_token] @jfroy%0A<<Here describe the issue or question you have about the VK_GGP_frame_token extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GGP_frame_token] @jfroy%0A*Here describe the issue or question you have about the VK_GGP_frame_token extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_GGP_frame_token.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Jean-Francois Roy---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GGP_frame_token] @jfroy%0A<<Here describe the issue or question you have about the VK_GGP_frame_token extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GGP_frame_token] @jfroy%0A*Here describe the issue or question you have about the VK_GGP_frame_token extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_GGP_stream_descriptor_surface.hs view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Jean-Francois Roy---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GGP_stream_descriptor_surface] @jfroy%0A<<Here describe the issue or question you have about the VK_GGP_stream_descriptor_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GGP_stream_descriptor_surface] @jfroy%0A*Here describe the issue or question you have about the VK_GGP_stream_descriptor_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_GGP_stream_descriptor_surface.hs-boot view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Jean-Francois Roy---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GGP_stream_descriptor_surface] @jfroy%0A<<Here describe the issue or question you have about the VK_GGP_stream_descriptor_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GGP_stream_descriptor_surface] @jfroy%0A*Here describe the issue or question you have about the VK_GGP_stream_descriptor_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_GOOGLE_decorate_string.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Hai Nguyen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GOOGLE_decorate_string] @chaoticbob%0A<<Here describe the issue or question you have about the VK_GOOGLE_decorate_string extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GOOGLE_decorate_string] @chaoticbob%0A*Here describe the issue or question you have about the VK_GOOGLE_decorate_string extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_GOOGLE_display_timing.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GOOGLE_display_timing] @ianelliottus%0A<<Here describe the issue or question you have about the VK_GOOGLE_display_timing extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GOOGLE_display_timing] @ianelliottus%0A*Here describe the issue or question you have about the VK_GOOGLE_display_timing extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_GOOGLE_display_timing.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GOOGLE_display_timing] @ianelliottus%0A<<Here describe the issue or question you have about the VK_GOOGLE_display_timing extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GOOGLE_display_timing] @ianelliottus%0A*Here describe the issue or question you have about the VK_GOOGLE_display_timing extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_GOOGLE_hlsl_functionality1.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Hai Nguyen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GOOGLE_hlsl_functionality1] @chaoticbob%0A<<Here describe the issue or question you have about the VK_GOOGLE_hlsl_functionality1 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GOOGLE_hlsl_functionality1] @chaoticbob%0A*Here describe the issue or question you have about the VK_GOOGLE_hlsl_functionality1 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_GOOGLE_surfaceless_query.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Shahbaz Youssefi---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GOOGLE_surfaceless_query] @syoussefi%0A<<Here describe the issue or question you have about the VK_GOOGLE_surfaceless_query extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GOOGLE_surfaceless_query] @syoussefi%0A*Here describe the issue or question you have about the VK_GOOGLE_surfaceless_query extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_GOOGLE_surfaceless_query.adoc VK_GOOGLE_surfaceless_query>
src/Vulkan/Extensions/VK_GOOGLE_user_type.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Kaye Mason---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GOOGLE_user_type] @chaleur%0A<<Here describe the issue or question you have about the VK_GOOGLE_user_type extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_GOOGLE_user_type] @chaleur%0A*Here describe the issue or question you have about the VK_GOOGLE_user_type extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_HUAWEI_invocation_mask.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Pan Gao---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_HUAWEI_invocation_mask] @PanGao-h%0A<<Here describe the issue or question you have about the VK_HUAWEI_invocation_mask extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_HUAWEI_invocation_mask] @PanGao-h%0A*Here describe the issue or question you have about the VK_HUAWEI_invocation_mask extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_HUAWEI_invocation_mask.adoc VK_HUAWEI_invocation_mask>
src/Vulkan/Extensions/VK_HUAWEI_invocation_mask.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Pan Gao---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_HUAWEI_invocation_mask] @PanGao-h%0A<<Here describe the issue or question you have about the VK_HUAWEI_invocation_mask extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_HUAWEI_invocation_mask] @PanGao-h%0A*Here describe the issue or question you have about the VK_HUAWEI_invocation_mask extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_HUAWEI_invocation_mask.adoc VK_HUAWEI_invocation_mask>
src/Vulkan/Extensions/VK_HUAWEI_subpass_shading.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Pan Gao---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_HUAWEI_subpass_shading] @PanGao-h%0A<<Here describe the issue or question you have about the VK_HUAWEI_subpass_shading extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_HUAWEI_subpass_shading] @PanGao-h%0A*Here describe the issue or question you have about the VK_HUAWEI_subpass_shading extension* > -- -- == Other Extension Metadata --@@ -843,6 +843,10 @@ --     a result of this command, then the sampler /must/ not have been --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'.+--+-- -   #VUID-vkCmdSubpassShadingHUAWEI-None-07288# Any shader invocation+--     executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate> -- -- -   #VUID-vkCmdSubpassShadingHUAWEI-None-04931# This command must be --     called in a subpass with bind point
src/Vulkan/Extensions/VK_HUAWEI_subpass_shading.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Pan Gao---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_HUAWEI_subpass_shading] @PanGao-h%0A<<Here describe the issue or question you have about the VK_HUAWEI_subpass_shading extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_HUAWEI_subpass_shading] @PanGao-h%0A*Here describe the issue or question you have about the VK_HUAWEI_subpass_shading extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_IMG_filter_cubic.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_IMG_filter_cubic] @tobski%0A<<Here describe the issue or question you have about the VK_IMG_filter_cubic extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_IMG_filter_cubic] @tobski%0A*Here describe the issue or question you have about the VK_IMG_filter_cubic extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_INTEL_performance_query.hs view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Lionel Landwerlin---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_INTEL_performance_query] @llandwerlin%0A<<Here describe the issue or question you have about the VK_INTEL_performance_query extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_INTEL_performance_query] @llandwerlin%0A*Here describe the issue or question you have about the VK_INTEL_performance_query extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_INTEL_performance_query.hs-boot view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Lionel Landwerlin---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_INTEL_performance_query] @llandwerlin%0A<<Here describe the issue or question you have about the VK_INTEL_performance_query extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_INTEL_performance_query] @llandwerlin%0A*Here describe the issue or question you have about the VK_INTEL_performance_query extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_INTEL_shader_integer_functions2.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Ian Romanick---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_INTEL_shader_integer_functions2] @ianromanick%0A<<Here describe the issue or question you have about the VK_INTEL_shader_integer_functions2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_INTEL_shader_integer_functions2] @ianromanick%0A*Here describe the issue or question you have about the VK_INTEL_shader_integer_functions2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_INTEL_shader_integer_functions2.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Ian Romanick---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_INTEL_shader_integer_functions2] @ianromanick%0A<<Here describe the issue or question you have about the VK_INTEL_shader_integer_functions2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_INTEL_shader_integer_functions2] @ianromanick%0A*Here describe the issue or question you have about the VK_INTEL_shader_integer_functions2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_16bit_storage.hs view
@@ -35,7 +35,7 @@ -- [__Contact__] -- --     -   Jan-Harald Fredriksen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_16bit_storage] @janharaldfredriksen-arm%0A<<Here describe the issue or question you have about the VK_KHR_16bit_storage extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_16bit_storage] @janharaldfredriksen-arm%0A*Here describe the issue or question you have about the VK_KHR_16bit_storage extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_8bit_storage.hs view
@@ -35,7 +35,7 @@ -- [__Contact__] -- --     -   Alexander Galazin---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_8bit_storage] @alegal-arm%0A<<Here describe the issue or question you have about the VK_KHR_8bit_storage extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_8bit_storage] @alegal-arm%0A*Here describe the issue or question you have about the VK_KHR_8bit_storage extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_acceleration_structure.hs view
@@ -33,7 +33,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_acceleration_structure] @dgkoch%0A<<Here describe the issue or question you have about the VK_KHR_acceleration_structure extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_acceleration_structure] @dgkoch%0A*Here describe the issue or question you have about the VK_KHR_acceleration_structure extension* > -- -- == Other Extension Metadata --@@ -868,7 +868,7 @@ --     -   Add language to help deal with looped self-intersecting fans --         (#1901) -----     -   Change vkCmdTraceRays{Indirect}KHR args to pointers (!3559)+--     -   Change vkCmdTraceRays{,Indirect}KHR args to pointers (!3559) -- --     -   Add scratch address validation language (#1941, !3551) --
src/Vulkan/Extensions/VK_KHR_acceleration_structure.hs-boot view
@@ -33,7 +33,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_acceleration_structure] @dgkoch%0A<<Here describe the issue or question you have about the VK_KHR_acceleration_structure extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_acceleration_structure] @dgkoch%0A*Here describe the issue or question you have about the VK_KHR_acceleration_structure extension* > -- -- == Other Extension Metadata --@@ -868,7 +868,7 @@ --     -   Add language to help deal with looped self-intersecting fans --         (#1901) -----     -   Change vkCmdTraceRays{Indirect}KHR args to pointers (!3559)+--     -   Change vkCmdTraceRays{,Indirect}KHR args to pointers (!3559) -- --     -   Add scratch address validation language (#1941, !3551) --
src/Vulkan/Extensions/VK_KHR_android_surface.hs view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_android_surface] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_android_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_android_surface] @critsec%0A*Here describe the issue or question you have about the VK_KHR_android_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_android_surface.hs-boot view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_android_surface] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_android_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_android_surface] @critsec%0A*Here describe the issue or question you have about the VK_KHR_android_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_bind_memory2.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_bind_memory2] @tobski%0A<<Here describe the issue or question you have about the VK_KHR_bind_memory2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_bind_memory2] @tobski%0A*Here describe the issue or question you have about the VK_KHR_bind_memory2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_buffer_device_address.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_buffer_device_address] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_KHR_buffer_device_address extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_buffer_device_address] @jeffbolznv%0A*Here describe the issue or question you have about the VK_KHR_buffer_device_address extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_copy_commands2.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Jeff Leger---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_copy_commands2] @jackohound%0A<<Here describe the issue or question you have about the VK_KHR_copy_commands2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_copy_commands2] @jackohound%0A*Here describe the issue or question you have about the VK_KHR_copy_commands2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_create_renderpass2.hs view
@@ -35,7 +35,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_create_renderpass2] @tobias%0A<<Here describe the issue or question you have about the VK_KHR_create_renderpass2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_create_renderpass2] @tobias%0A*Here describe the issue or question you have about the VK_KHR_create_renderpass2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_dedicated_allocation.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_dedicated_allocation] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_dedicated_allocation extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_dedicated_allocation] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_dedicated_allocation extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_deferred_host_operations.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Josh Barczak---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_deferred_host_operations] @jbarczak%0A<<Here describe the issue or question you have about the VK_KHR_deferred_host_operations extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_deferred_host_operations] @jbarczak%0A*Here describe the issue or question you have about the VK_KHR_deferred_host_operations extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_depth_stencil_resolve.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jan-Harald Fredriksen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_depth_stencil_resolve] @janharald%0A<<Here describe the issue or question you have about the VK_KHR_depth_stencil_resolve extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_depth_stencil_resolve] @janharald%0A*Here describe the issue or question you have about the VK_KHR_depth_stencil_resolve extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_descriptor_update_template.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Markus Tavenrath---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_descriptor_update_template] @mtavenrath%0A<<Here describe the issue or question you have about the VK_KHR_descriptor_update_template extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_descriptor_update_template] @mtavenrath%0A*Here describe the issue or question you have about the VK_KHR_descriptor_update_template extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_device_group.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_device_group] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_KHR_device_group extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_device_group] @jeffbolznv%0A*Here describe the issue or question you have about the VK_KHR_device_group extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_device_group_creation.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_device_group_creation] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_KHR_device_group_creation extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_device_group_creation] @jeffbolznv%0A*Here describe the issue or question you have about the VK_KHR_device_group_creation extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_display.hs view
@@ -26,10 +26,10 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_display] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_display extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_display] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_display extension* > -- --     -   Norbert Nopper---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_display] @FslNopper%0A<<Here describe the issue or question you have about the VK_KHR_display extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_display] @FslNopper%0A*Here describe the issue or question you have about the VK_KHR_display extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_display.hs-boot view
@@ -26,10 +26,10 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_display] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_display extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_display] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_display extension* > -- --     -   Norbert Nopper---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_display] @FslNopper%0A<<Here describe the issue or question you have about the VK_KHR_display extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_display] @FslNopper%0A*Here describe the issue or question you have about the VK_KHR_display extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_display_swapchain.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_display_swapchain] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_display_swapchain extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_display_swapchain] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_display_swapchain extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_display_swapchain.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_display_swapchain] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_display_swapchain extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_display_swapchain] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_display_swapchain extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_draw_indirect_count.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_draw_indirect_count] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_KHR_draw_indirect_count extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_draw_indirect_count] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_KHR_draw_indirect_count extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_driver_properties.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Daniel Rakos---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_driver_properties] @drakos-amd%0A<<Here describe the issue or question you have about the VK_KHR_driver_properties extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_driver_properties] @drakos-amd%0A*Here describe the issue or question you have about the VK_KHR_driver_properties extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_dynamic_rendering.hs view
@@ -35,7 +35,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_dynamic_rendering] @tobski%0A<<Here describe the issue or question you have about the VK_KHR_dynamic_rendering extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_dynamic_rendering] @tobski%0A*Here describe the issue or question you have about the VK_KHR_dynamic_rendering extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_KHR_dynamic_rendering.adoc VK_KHR_dynamic_rendering>
src/Vulkan/Extensions/VK_KHR_dynamic_rendering.hs-boot view
@@ -35,7 +35,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_dynamic_rendering] @tobski%0A<<Here describe the issue or question you have about the VK_KHR_dynamic_rendering extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_dynamic_rendering] @tobski%0A*Here describe the issue or question you have about the VK_KHR_dynamic_rendering extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_KHR_dynamic_rendering.adoc VK_KHR_dynamic_rendering>
src/Vulkan/Extensions/VK_KHR_external_fence.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_fence] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_external_fence extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_fence] @critsec%0A*Here describe the issue or question you have about the VK_KHR_external_fence extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_fence_capabilities.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_fence_capabilities] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_external_fence_capabilities extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_fence_capabilities] @critsec%0A*Here describe the issue or question you have about the VK_KHR_external_fence_capabilities extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_fence_fd.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_fence_fd] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_external_fence_fd extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_fence_fd] @critsec%0A*Here describe the issue or question you have about the VK_KHR_external_fence_fd extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_fence_fd.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_fence_fd] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_external_fence_fd extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_fence_fd] @critsec%0A*Here describe the issue or question you have about the VK_KHR_external_fence_fd extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_fence_win32.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_fence_win32] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_external_fence_win32 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_fence_win32] @critsec%0A*Here describe the issue or question you have about the VK_KHR_external_fence_win32 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_fence_win32.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_fence_win32] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_external_fence_win32 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_fence_win32] @critsec%0A*Here describe the issue or question you have about the VK_KHR_external_fence_win32 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_memory.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_memory] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_external_memory extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_memory] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_external_memory extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_memory_capabilities.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_memory_capabilities] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_external_memory_capabilities extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_memory_capabilities] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_external_memory_capabilities extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_memory_fd.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_memory_fd] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_external_memory_fd extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_memory_fd] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_external_memory_fd extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_memory_fd.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_memory_fd] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_external_memory_fd extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_memory_fd] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_external_memory_fd extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_memory_win32.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_memory_win32] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_external_memory_win32 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_memory_win32] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_external_memory_win32 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_memory_win32.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_memory_win32] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_external_memory_win32 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_memory_win32] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_external_memory_win32 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_semaphore.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_semaphore] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_external_semaphore extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_semaphore] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_external_semaphore extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_semaphore_capabilities.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_semaphore_capabilities] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_external_semaphore_capabilities extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_semaphore_capabilities] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_external_semaphore_capabilities extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_semaphore_fd.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_semaphore_fd] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_external_semaphore_fd extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_semaphore_fd] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_external_semaphore_fd extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_semaphore_fd.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_semaphore_fd] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_external_semaphore_fd extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_semaphore_fd] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_external_semaphore_fd extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_semaphore_win32.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_semaphore_win32] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_external_semaphore_win32 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_semaphore_win32] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_external_semaphore_win32 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_external_semaphore_win32.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_semaphore_win32] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_external_semaphore_win32 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_external_semaphore_win32] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_external_semaphore_win32 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_format_feature_flags2.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Lionel Landwerlin---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_format_feature_flags2] @llandwerlin%0A<<Here describe the issue or question you have about the VK_KHR_format_feature_flags2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_format_feature_flags2] @llandwerlin%0A*Here describe the issue or question you have about the VK_KHR_format_feature_flags2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_fragment_shading_rate.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_fragment_shading_rate] @tobski%0A<<Here describe the issue or question you have about the VK_KHR_fragment_shading_rate extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_fragment_shading_rate] @tobski%0A*Here describe the issue or question you have about the VK_KHR_fragment_shading_rate extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_KHR_fragment_shading_rate.adoc VK_KHR_fragment_shading_rate>
src/Vulkan/Extensions/VK_KHR_fragment_shading_rate.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_fragment_shading_rate] @tobski%0A<<Here describe the issue or question you have about the VK_KHR_fragment_shading_rate extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_fragment_shading_rate] @tobski%0A*Here describe the issue or question you have about the VK_KHR_fragment_shading_rate extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_KHR_fragment_shading_rate.adoc VK_KHR_fragment_shading_rate>
src/Vulkan/Extensions/VK_KHR_get_display_properties2.hs view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_get_display_properties2] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_get_display_properties2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_get_display_properties2] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_get_display_properties2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_get_display_properties2.hs-boot view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_get_display_properties2] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_get_display_properties2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_get_display_properties2] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_get_display_properties2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_get_memory_requirements2.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Jason Ekstrand---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_get_memory_requirements2] @jekstrand%0A<<Here describe the issue or question you have about the VK_KHR_get_memory_requirements2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_get_memory_requirements2] @jekstrand%0A*Here describe the issue or question you have about the VK_KHR_get_memory_requirements2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_get_memory_requirements2.hs-boot view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Jason Ekstrand---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_get_memory_requirements2] @jekstrand%0A<<Here describe the issue or question you have about the VK_KHR_get_memory_requirements2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_get_memory_requirements2] @jekstrand%0A*Here describe the issue or question you have about the VK_KHR_get_memory_requirements2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_get_physical_device_properties2.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_get_physical_device_properties2] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_KHR_get_physical_device_properties2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_get_physical_device_properties2] @jeffbolznv%0A*Here describe the issue or question you have about the VK_KHR_get_physical_device_properties2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_get_surface_capabilities2.hs view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_get_surface_capabilities2] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_get_surface_capabilities2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_get_surface_capabilities2] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_get_surface_capabilities2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_get_surface_capabilities2.hs-boot view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_get_surface_capabilities2] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_get_surface_capabilities2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_get_surface_capabilities2] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_get_surface_capabilities2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_global_priority.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_global_priority] @tobski%0A<<Here describe the issue or question you have about the VK_KHR_global_priority extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_global_priority] @tobski%0A*Here describe the issue or question you have about the VK_KHR_global_priority extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_global_priority.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_global_priority] @tobski%0A<<Here describe the issue or question you have about the VK_KHR_global_priority extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_global_priority] @tobski%0A*Here describe the issue or question you have about the VK_KHR_global_priority extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_image_format_list.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Jason Ekstrand---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_image_format_list] @jekstrand%0A<<Here describe the issue or question you have about the VK_KHR_image_format_list extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_image_format_list] @jekstrand%0A*Here describe the issue or question you have about the VK_KHR_image_format_list extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_imageless_framebuffer.hs view
@@ -35,7 +35,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_imageless_framebuffer] @tobias%0A<<Here describe the issue or question you have about the VK_KHR_imageless_framebuffer extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_imageless_framebuffer] @tobias%0A*Here describe the issue or question you have about the VK_KHR_imageless_framebuffer extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_incremental_present.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_incremental_present] @ianelliottus%0A<<Here describe the issue or question you have about the VK_KHR_incremental_present extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_incremental_present] @ianelliottus%0A*Here describe the issue or question you have about the VK_KHR_incremental_present extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_incremental_present.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_incremental_present] @ianelliottus%0A<<Here describe the issue or question you have about the VK_KHR_incremental_present extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_incremental_present] @ianelliottus%0A*Here describe the issue or question you have about the VK_KHR_incremental_present extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_maintenance1.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_maintenance1] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_KHR_maintenance1 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_maintenance1] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_KHR_maintenance1 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_maintenance2.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Michael Worcester---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_maintenance2] @michaelworcester%0A<<Here describe the issue or question you have about the VK_KHR_maintenance2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_maintenance2] @michaelworcester%0A*Here describe the issue or question you have about the VK_KHR_maintenance2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_maintenance3.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_maintenance3] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_KHR_maintenance3 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_maintenance3] @jeffbolznv%0A*Here describe the issue or question you have about the VK_KHR_maintenance3 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_maintenance4.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_maintenance4] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_KHR_maintenance4 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_maintenance4] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_KHR_maintenance4 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_multiview.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_multiview] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_KHR_multiview extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_multiview] @jeffbolznv%0A*Here describe the issue or question you have about the VK_KHR_multiview extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_performance_query.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Alon Or-bach---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_performance_query] @alonorbach%0A<<Here describe the issue or question you have about the VK_KHR_performance_query extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_performance_query] @alonorbach%0A*Here describe the issue or question you have about the VK_KHR_performance_query extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_performance_query.hs-boot view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Alon Or-bach---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_performance_query] @alonorbach%0A<<Here describe the issue or question you have about the VK_KHR_performance_query extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_performance_query] @alonorbach%0A*Here describe the issue or question you have about the VK_KHR_performance_query extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_pipeline_executable_properties.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Jason Ekstrand---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_pipeline_executable_properties] @jekstrand%0A<<Here describe the issue or question you have about the VK_KHR_pipeline_executable_properties extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_pipeline_executable_properties] @jekstrand%0A*Here describe the issue or question you have about the VK_KHR_pipeline_executable_properties extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_pipeline_executable_properties.hs-boot view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Jason Ekstrand---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_pipeline_executable_properties] @jekstrand%0A<<Here describe the issue or question you have about the VK_KHR_pipeline_executable_properties extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_pipeline_executable_properties] @jekstrand%0A*Here describe the issue or question you have about the VK_KHR_pipeline_executable_properties extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_pipeline_library.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Christoph Kubisch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_pipeline_library] @pixeljetstream%0A<<Here describe the issue or question you have about the VK_KHR_pipeline_library extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_pipeline_library] @pixeljetstream%0A*Here describe the issue or question you have about the VK_KHR_pipeline_library extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_pipeline_library.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Christoph Kubisch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_pipeline_library] @pixeljetstream%0A<<Here describe the issue or question you have about the VK_KHR_pipeline_library extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_pipeline_library] @pixeljetstream%0A*Here describe the issue or question you have about the VK_KHR_pipeline_library extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_portability_enumeration.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Charles Giessen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_portability_enumeration] @charles-lunarg%0A<<Here describe the issue or question you have about the VK_KHR_portability_enumeration extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_portability_enumeration] @charles-lunarg%0A*Here describe the issue or question you have about the VK_KHR_portability_enumeration extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_portability_subset.hs view
@@ -33,7 +33,7 @@ -- [__Contact__] -- --     -   Bill Hollings---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_portability_subset] @billhollings%0A<<Here describe the issue or question you have about the VK_KHR_portability_subset extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_portability_subset] @billhollings%0A*Here describe the issue or question you have about the VK_KHR_portability_subset extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_portability_subset.hs-boot view
@@ -33,7 +33,7 @@ -- [__Contact__] -- --     -   Bill Hollings---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_portability_subset] @billhollings%0A<<Here describe the issue or question you have about the VK_KHR_portability_subset extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_portability_subset] @billhollings%0A*Here describe the issue or question you have about the VK_KHR_portability_subset extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_present_id.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Keith Packard---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_present_id] @keithp%0A<<Here describe the issue or question you have about the VK_KHR_present_id extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_present_id] @keithp%0A*Here describe the issue or question you have about the VK_KHR_present_id extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_present_id.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Keith Packard---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_present_id] @keithp%0A<<Here describe the issue or question you have about the VK_KHR_present_id extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_present_id] @keithp%0A*Here describe the issue or question you have about the VK_KHR_present_id extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_present_wait.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Keith Packard---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_present_wait] @keithp%0A<<Here describe the issue or question you have about the VK_KHR_present_wait extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_present_wait] @keithp%0A*Here describe the issue or question you have about the VK_KHR_present_wait extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_present_wait.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Keith Packard---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_present_wait] @keithp%0A<<Here describe the issue or question you have about the VK_KHR_present_wait extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_present_wait] @keithp%0A*Here describe the issue or question you have about the VK_KHR_present_wait extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_push_descriptor.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_push_descriptor] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_KHR_push_descriptor extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_push_descriptor] @jeffbolznv%0A*Here describe the issue or question you have about the VK_KHR_push_descriptor extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_push_descriptor.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_push_descriptor] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_KHR_push_descriptor extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_push_descriptor] @jeffbolznv%0A*Here describe the issue or question you have about the VK_KHR_push_descriptor extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_ray_query.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_ray_query] @dgkoch%0A<<Here describe the issue or question you have about the VK_KHR_ray_query extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_ray_query] @dgkoch%0A*Here describe the issue or question you have about the VK_KHR_ray_query extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_ray_query.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_ray_query] @dgkoch%0A<<Here describe the issue or question you have about the VK_KHR_ray_query extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_ray_query] @dgkoch%0A*Here describe the issue or question you have about the VK_KHR_ray_query extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_ray_tracing_maintenance1.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_ray_tracing_maintenance1] @dgkoch%0A<<Here describe the issue or question you have about the VK_KHR_ray_tracing_maintenance1 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_ray_tracing_maintenance1] @dgkoch%0A*Here describe the issue or question you have about the VK_KHR_ray_tracing_maintenance1 extension* > -- -- == Other Extension Metadata --@@ -621,6 +621,10 @@ --     a result of this command, then the sampler /must/ not have been --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'.+--+-- -   #VUID-vkCmdTraceRaysIndirect2KHR-None-07288# Any shader invocation+--     executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate> -- -- -   #VUID-vkCmdTraceRaysIndirect2KHR-None-03429# Any shader group handle --     referenced by this call /must/ have been queried from the currently
src/Vulkan/Extensions/VK_KHR_ray_tracing_maintenance1.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_ray_tracing_maintenance1] @dgkoch%0A<<Here describe the issue or question you have about the VK_KHR_ray_tracing_maintenance1 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_ray_tracing_maintenance1] @dgkoch%0A*Here describe the issue or question you have about the VK_KHR_ray_tracing_maintenance1 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_ray_tracing_pipeline.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_ray_tracing_pipeline] @dgkoch%0A<<Here describe the issue or question you have about the VK_KHR_ray_tracing_pipeline extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_ray_tracing_pipeline] @dgkoch%0A*Here describe the issue or question you have about the VK_KHR_ray_tracing_pipeline extension* > -- -- == Other Extension Metadata --@@ -1243,6 +1243,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdTraceRaysKHR-None-07288# Any shader invocation executed+--     by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdTraceRaysKHR-None-03429# Any shader group handle --     referenced by this call /must/ have been queried from the currently --     bound ray tracing pipeline@@ -2265,6 +2269,10 @@ --     a result of this command, then the sampler /must/ not have been --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'.+--+-- -   #VUID-vkCmdTraceRaysIndirectKHR-None-07288# Any shader invocation+--     executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate> -- -- -   #VUID-vkCmdTraceRaysIndirectKHR-None-03429# Any shader group handle --     referenced by this call /must/ have been queried from the currently
src/Vulkan/Extensions/VK_KHR_ray_tracing_pipeline.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_ray_tracing_pipeline] @dgkoch%0A<<Here describe the issue or question you have about the VK_KHR_ray_tracing_pipeline extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_ray_tracing_pipeline] @dgkoch%0A*Here describe the issue or question you have about the VK_KHR_ray_tracing_pipeline extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_relaxed_block_layout.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   John Kessenich---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_relaxed_block_layout] @johnkslang%0A<<Here describe the issue or question you have about the VK_KHR_relaxed_block_layout extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_relaxed_block_layout] @johnkslang%0A*Here describe the issue or question you have about the VK_KHR_relaxed_block_layout extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_sampler_mirror_clamp_to_edge.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_sampler_mirror_clamp_to_edge] @tobski%0A<<Here describe the issue or question you have about the VK_KHR_sampler_mirror_clamp_to_edge extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_sampler_mirror_clamp_to_edge] @tobski%0A*Here describe the issue or question you have about the VK_KHR_sampler_mirror_clamp_to_edge extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_sampler_ycbcr_conversion.hs view
@@ -41,7 +41,7 @@ -- [__Contact__] -- --     -   Andrew Garrard---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_sampler_ycbcr_conversion] @fluppeteer%0A<<Here describe the issue or question you have about the VK_KHR_sampler_ycbcr_conversion extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_sampler_ycbcr_conversion] @fluppeteer%0A*Here describe the issue or question you have about the VK_KHR_sampler_ycbcr_conversion extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_separate_depth_stencil_layouts.hs view
@@ -35,7 +35,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_separate_depth_stencil_layouts] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_KHR_separate_depth_stencil_layouts extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_separate_depth_stencil_layouts] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_KHR_separate_depth_stencil_layouts extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_shader_atomic_int64.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Aaron Hagan---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_atomic_int64] @ahagan%0A<<Here describe the issue or question you have about the VK_KHR_shader_atomic_int64 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_atomic_int64] @ahagan%0A*Here describe the issue or question you have about the VK_KHR_shader_atomic_int64 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_shader_clock.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Aaron Hagan---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_clock] @ahagan%0A<<Here describe the issue or question you have about the VK_KHR_shader_clock extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_clock] @ahagan%0A*Here describe the issue or question you have about the VK_KHR_shader_clock extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_shader_clock.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Aaron Hagan---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_clock] @ahagan%0A<<Here describe the issue or question you have about the VK_KHR_shader_clock extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_clock] @ahagan%0A*Here describe the issue or question you have about the VK_KHR_shader_clock extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_shader_draw_parameters.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_draw_parameters] @dgkoch%0A<<Here describe the issue or question you have about the VK_KHR_shader_draw_parameters extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_draw_parameters] @dgkoch%0A*Here describe the issue or question you have about the VK_KHR_shader_draw_parameters extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_shader_float16_int8.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Alexander Galazin---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_float16_int8] @alegal-arm%0A<<Here describe the issue or question you have about the VK_KHR_shader_float16_int8 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_float16_int8] @alegal-arm%0A*Here describe the issue or question you have about the VK_KHR_shader_float16_int8 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_shader_float_controls.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Alexander Galazin---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_float_controls] @alegal-arm%0A<<Here describe the issue or question you have about the VK_KHR_shader_float_controls extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_float_controls] @alegal-arm%0A*Here describe the issue or question you have about the VK_KHR_shader_float_controls extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_shader_integer_dot_product.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Kevin Petit---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_integer_dot_product] @kevinpetit%0A<<Here describe the issue or question you have about the VK_KHR_shader_integer_dot_product extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_integer_dot_product] @kevinpetit%0A*Here describe the issue or question you have about the VK_KHR_shader_integer_dot_product extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_KHR_shader_integer_dot_product.adoc VK_KHR_shader_integer_dot_product>
src/Vulkan/Extensions/VK_KHR_shader_non_semantic_info.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Baldur Karlsson---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_non_semantic_info] @baldurk%0A<<Here describe the issue or question you have about the VK_KHR_shader_non_semantic_info extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_non_semantic_info] @baldurk%0A*Here describe the issue or question you have about the VK_KHR_shader_non_semantic_info extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_shader_subgroup_extended_types.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Neil Henning---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_subgroup_extended_types] @sheredom%0A<<Here describe the issue or question you have about the VK_KHR_shader_subgroup_extended_types extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_subgroup_extended_types] @sheredom%0A*Here describe the issue or question you have about the VK_KHR_shader_subgroup_extended_types extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_shader_subgroup_uniform_control_flow.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Alan Baker---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_subgroup_uniform_control_flow] @alan-baker%0A<<Here describe the issue or question you have about the VK_KHR_shader_subgroup_uniform_control_flow extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_subgroup_uniform_control_flow] @alan-baker%0A*Here describe the issue or question you have about the VK_KHR_shader_subgroup_uniform_control_flow extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_shader_subgroup_uniform_control_flow.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Alan Baker---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_subgroup_uniform_control_flow] @alan-baker%0A<<Here describe the issue or question you have about the VK_KHR_shader_subgroup_uniform_control_flow extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_subgroup_uniform_control_flow] @alan-baker%0A*Here describe the issue or question you have about the VK_KHR_shader_subgroup_uniform_control_flow extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_shader_terminate_invocation.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_terminate_invocation] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_shader_terminate_invocation extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shader_terminate_invocation] @critsec%0A*Here describe the issue or question you have about the VK_KHR_shader_terminate_invocation extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_shared_presentable_image.hs view
@@ -33,7 +33,7 @@ -- [__Contact__] -- --     -   Alon Or-bach---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shared_presentable_image] @alonorbach%0A<<Here describe the issue or question you have about the VK_KHR_shared_presentable_image extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shared_presentable_image] @alonorbach%0A*Here describe the issue or question you have about the VK_KHR_shared_presentable_image extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_shared_presentable_image.hs-boot view
@@ -33,7 +33,7 @@ -- [__Contact__] -- --     -   Alon Or-bach---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shared_presentable_image] @alonorbach%0A<<Here describe the issue or question you have about the VK_KHR_shared_presentable_image extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_shared_presentable_image] @alonorbach%0A*Here describe the issue or question you have about the VK_KHR_shared_presentable_image extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_spirv_1_4.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_spirv_1_4] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_spirv_1_4 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_spirv_1_4] @critsec%0A*Here describe the issue or question you have about the VK_KHR_spirv_1_4 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_storage_buffer_storage_class.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Alexander Galazin---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_storage_buffer_storage_class] @alegal-arm%0A<<Here describe the issue or question you have about the VK_KHR_storage_buffer_storage_class extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_storage_buffer_storage_class] @alegal-arm%0A*Here describe the issue or question you have about the VK_KHR_storage_buffer_storage_class extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_surface.hs view
@@ -24,10 +24,10 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_surface] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_surface] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_surface extension* > -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_surface] @ianelliottus%0A<<Here describe the issue or question you have about the VK_KHR_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_surface] @ianelliottus%0A*Here describe the issue or question you have about the VK_KHR_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_surface.hs-boot view
@@ -24,10 +24,10 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_surface] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_surface] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_surface extension* > -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_surface] @ianelliottus%0A<<Here describe the issue or question you have about the VK_KHR_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_surface] @ianelliottus%0A*Here describe the issue or question you have about the VK_KHR_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_surface_protected_capabilities.hs view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Sandeep Shinde---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_surface_protected_capabilities] @sashinde%0A<<Here describe the issue or question you have about the VK_KHR_surface_protected_capabilities extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_surface_protected_capabilities] @sashinde%0A*Here describe the issue or question you have about the VK_KHR_surface_protected_capabilities extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_surface_protected_capabilities.hs-boot view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Sandeep Shinde---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_surface_protected_capabilities] @sashinde%0A<<Here describe the issue or question you have about the VK_KHR_surface_protected_capabilities extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_surface_protected_capabilities] @sashinde%0A*Here describe the issue or question you have about the VK_KHR_surface_protected_capabilities extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_swapchain.hs view
@@ -27,10 +27,10 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_swapchain] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_swapchain extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_swapchain] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_swapchain extension* > -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_swapchain] @ianelliottus%0A<<Here describe the issue or question you have about the VK_KHR_swapchain extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_swapchain] @ianelliottus%0A*Here describe the issue or question you have about the VK_KHR_swapchain extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_swapchain.hs-boot view
@@ -27,10 +27,10 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_swapchain] @cubanismo%0A<<Here describe the issue or question you have about the VK_KHR_swapchain extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_swapchain] @cubanismo%0A*Here describe the issue or question you have about the VK_KHR_swapchain extension* > -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_swapchain] @ianelliottus%0A<<Here describe the issue or question you have about the VK_KHR_swapchain extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_swapchain] @ianelliottus%0A*Here describe the issue or question you have about the VK_KHR_swapchain extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_swapchain_mutable_format.hs view
@@ -33,7 +33,7 @@ -- [__Contact__] -- --     -   Daniel Rakos---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_swapchain_mutable_format] @drakos-arm%0A<<Here describe the issue or question you have about the VK_KHR_swapchain_mutable_format extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_swapchain_mutable_format] @drakos-arm%0A*Here describe the issue or question you have about the VK_KHR_swapchain_mutable_format extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_synchronization2.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_synchronization2] @tobski%0A<<Here describe the issue or question you have about the VK_KHR_synchronization2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_synchronization2] @tobski%0A*Here describe the issue or question you have about the VK_KHR_synchronization2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_synchronization2.hs-boot view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Tobias Hector---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_synchronization2] @tobski%0A<<Here describe the issue or question you have about the VK_KHR_synchronization2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_synchronization2] @tobski%0A*Here describe the issue or question you have about the VK_KHR_synchronization2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_timeline_semaphore.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Jason Ekstrand---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_timeline_semaphore] @jekstrand%0A<<Here describe the issue or question you have about the VK_KHR_timeline_semaphore extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_timeline_semaphore] @jekstrand%0A*Here describe the issue or question you have about the VK_KHR_timeline_semaphore extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_uniform_buffer_standard_layout.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Graeme Leese---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_uniform_buffer_standard_layout] @gnl21%0A<<Here describe the issue or question you have about the VK_KHR_uniform_buffer_standard_layout extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_uniform_buffer_standard_layout] @gnl21%0A*Here describe the issue or question you have about the VK_KHR_uniform_buffer_standard_layout extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_variable_pointers.hs view
@@ -35,7 +35,7 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_variable_pointers] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_variable_pointers extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_variable_pointers] @critsec%0A*Here describe the issue or question you have about the VK_KHR_variable_pointers extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_vulkan_memory_model.hs view
@@ -29,7 +29,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_vulkan_memory_model] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_KHR_vulkan_memory_model extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_vulkan_memory_model] @jeffbolznv%0A*Here describe the issue or question you have about the VK_KHR_vulkan_memory_model extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_wayland_surface.hs view
@@ -26,10 +26,10 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_wayland_surface] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_wayland_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_wayland_surface] @critsec%0A*Here describe the issue or question you have about the VK_KHR_wayland_surface extension* > -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_wayland_surface] @ianelliottus%0A<<Here describe the issue or question you have about the VK_KHR_wayland_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_wayland_surface] @ianelliottus%0A*Here describe the issue or question you have about the VK_KHR_wayland_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_wayland_surface.hs-boot view
@@ -26,10 +26,10 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_wayland_surface] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_wayland_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_wayland_surface] @critsec%0A*Here describe the issue or question you have about the VK_KHR_wayland_surface extension* > -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_wayland_surface] @ianelliottus%0A<<Here describe the issue or question you have about the VK_KHR_wayland_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_wayland_surface] @ianelliottus%0A*Here describe the issue or question you have about the VK_KHR_wayland_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_win32_keyed_mutex.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Carsten Rohde---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_win32_keyed_mutex] @crohde%0A<<Here describe the issue or question you have about the VK_KHR_win32_keyed_mutex extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_win32_keyed_mutex] @crohde%0A*Here describe the issue or question you have about the VK_KHR_win32_keyed_mutex extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_win32_keyed_mutex.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Carsten Rohde---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_win32_keyed_mutex] @crohde%0A<<Here describe the issue or question you have about the VK_KHR_win32_keyed_mutex extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_win32_keyed_mutex] @crohde%0A*Here describe the issue or question you have about the VK_KHR_win32_keyed_mutex extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_win32_surface.hs view
@@ -26,10 +26,10 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_win32_surface] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_win32_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_win32_surface] @critsec%0A*Here describe the issue or question you have about the VK_KHR_win32_surface extension* > -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_win32_surface] @ianelliottus%0A<<Here describe the issue or question you have about the VK_KHR_win32_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_win32_surface] @ianelliottus%0A*Here describe the issue or question you have about the VK_KHR_win32_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_win32_surface.hs-boot view
@@ -26,10 +26,10 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_win32_surface] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_win32_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_win32_surface] @critsec%0A*Here describe the issue or question you have about the VK_KHR_win32_surface extension* > -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_win32_surface] @ianelliottus%0A<<Here describe the issue or question you have about the VK_KHR_win32_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_win32_surface] @ianelliottus%0A*Here describe the issue or question you have about the VK_KHR_win32_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_workgroup_memory_explicit_layout.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Caio Marcelo de Oliveira Filho---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_workgroup_memory_explicit_layout] @cmarcelo%0A<<Here describe the issue or question you have about the VK_KHR_workgroup_memory_explicit_layout extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_workgroup_memory_explicit_layout] @cmarcelo%0A*Here describe the issue or question you have about the VK_KHR_workgroup_memory_explicit_layout extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_workgroup_memory_explicit_layout.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Caio Marcelo de Oliveira Filho---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_workgroup_memory_explicit_layout] @cmarcelo%0A<<Here describe the issue or question you have about the VK_KHR_workgroup_memory_explicit_layout extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_workgroup_memory_explicit_layout] @cmarcelo%0A*Here describe the issue or question you have about the VK_KHR_workgroup_memory_explicit_layout extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_xcb_surface.hs view
@@ -26,10 +26,10 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xcb_surface] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_xcb_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xcb_surface] @critsec%0A*Here describe the issue or question you have about the VK_KHR_xcb_surface extension* > -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xcb_surface] @ianelliottus%0A<<Here describe the issue or question you have about the VK_KHR_xcb_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xcb_surface] @ianelliottus%0A*Here describe the issue or question you have about the VK_KHR_xcb_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_xcb_surface.hs-boot view
@@ -26,10 +26,10 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xcb_surface] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_xcb_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xcb_surface] @critsec%0A*Here describe the issue or question you have about the VK_KHR_xcb_surface extension* > -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xcb_surface] @ianelliottus%0A<<Here describe the issue or question you have about the VK_KHR_xcb_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xcb_surface] @ianelliottus%0A*Here describe the issue or question you have about the VK_KHR_xcb_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_xlib_surface.hs view
@@ -26,10 +26,10 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xlib_surface] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_xlib_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xlib_surface] @critsec%0A*Here describe the issue or question you have about the VK_KHR_xlib_surface extension* > -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xlib_surface] @ianelliottus%0A<<Here describe the issue or question you have about the VK_KHR_xlib_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xlib_surface] @ianelliottus%0A*Here describe the issue or question you have about the VK_KHR_xlib_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_xlib_surface.hs-boot view
@@ -26,10 +26,10 @@ -- [__Contact__] -- --     -   Jesse Hall---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xlib_surface] @critsec%0A<<Here describe the issue or question you have about the VK_KHR_xlib_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xlib_surface] @critsec%0A*Here describe the issue or question you have about the VK_KHR_xlib_surface extension* > -- --     -   Ian Elliott---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xlib_surface] @ianelliottus%0A<<Here describe the issue or question you have about the VK_KHR_xlib_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_xlib_surface] @ianelliottus%0A*Here describe the issue or question you have about the VK_KHR_xlib_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_KHR_zero_initialize_workgroup_memory.hs view
@@ -32,7 +32,7 @@ -- [__Contact__] -- --     -   Alan Baker---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_zero_initialize_workgroup_memory] @alan-baker%0A<<Here describe the issue or question you have about the VK_KHR_zero_initialize_workgroup_memory extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_KHR_zero_initialize_workgroup_memory] @alan-baker%0A*Here describe the issue or question you have about the VK_KHR_zero_initialize_workgroup_memory extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_MVK_ios_surface.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Bill Hollings---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_MVK_ios_surface] @billhollings%0A<<Here describe the issue or question you have about the VK_MVK_ios_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_MVK_ios_surface] @billhollings%0A*Here describe the issue or question you have about the VK_MVK_ios_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_MVK_ios_surface.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Bill Hollings---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_MVK_ios_surface] @billhollings%0A<<Here describe the issue or question you have about the VK_MVK_ios_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_MVK_ios_surface] @billhollings%0A*Here describe the issue or question you have about the VK_MVK_ios_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_MVK_macos_surface.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Bill Hollings---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_MVK_macos_surface] @billhollings%0A<<Here describe the issue or question you have about the VK_MVK_macos_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_MVK_macos_surface] @billhollings%0A*Here describe the issue or question you have about the VK_MVK_macos_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_MVK_macos_surface.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Bill Hollings---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_MVK_macos_surface] @billhollings%0A<<Here describe the issue or question you have about the VK_MVK_macos_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_MVK_macos_surface] @billhollings%0A*Here describe the issue or question you have about the VK_MVK_macos_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NVX_binary_import.hs view
@@ -24,10 +24,10 @@ -- [__Contact__] -- --     -   Eric Werness---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_binary_import] @ewerness-nv%0A<<Here describe the issue or question you have about the VK_NVX_binary_import extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_binary_import] @ewerness-nv%0A*Here describe the issue or question you have about the VK_NVX_binary_import extension* > -- --     -   Liam Middlebrook---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_binary_import] @liam-middlebrook%0A<<Here describe the issue or question you have about the VK_NVX_binary_import extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_binary_import] @liam-middlebrook%0A*Here describe the issue or question you have about the VK_NVX_binary_import extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NVX_binary_import.hs-boot view
@@ -24,10 +24,10 @@ -- [__Contact__] -- --     -   Eric Werness---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_binary_import] @ewerness-nv%0A<<Here describe the issue or question you have about the VK_NVX_binary_import extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_binary_import] @ewerness-nv%0A*Here describe the issue or question you have about the VK_NVX_binary_import extension* > -- --     -   Liam Middlebrook---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_binary_import] @liam-middlebrook%0A<<Here describe the issue or question you have about the VK_NVX_binary_import extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_binary_import] @liam-middlebrook%0A*Here describe the issue or question you have about the VK_NVX_binary_import extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NVX_image_view_handle.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Eric Werness---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_image_view_handle] @ewerness-nv%0A<<Here describe the issue or question you have about the VK_NVX_image_view_handle extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_image_view_handle] @ewerness-nv%0A*Here describe the issue or question you have about the VK_NVX_image_view_handle extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NVX_image_view_handle.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Eric Werness---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_image_view_handle] @ewerness-nv%0A<<Here describe the issue or question you have about the VK_NVX_image_view_handle extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_image_view_handle] @ewerness-nv%0A*Here describe the issue or question you have about the VK_NVX_image_view_handle extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NVX_multiview_per_view_attributes.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_multiview_per_view_attributes] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_NVX_multiview_per_view_attributes extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_multiview_per_view_attributes] @jeffbolznv%0A*Here describe the issue or question you have about the VK_NVX_multiview_per_view_attributes extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NVX_multiview_per_view_attributes.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_multiview_per_view_attributes] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_NVX_multiview_per_view_attributes extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NVX_multiview_per_view_attributes] @jeffbolznv%0A*Here describe the issue or question you have about the VK_NVX_multiview_per_view_attributes extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_acquire_winrt_display.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Juliano---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_acquire_winrt_display] @jjuliano%0A<<Here describe the issue or question you have about the VK_NV_acquire_winrt_display extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_acquire_winrt_display] @jjuliano%0A*Here describe the issue or question you have about the VK_NV_acquire_winrt_display extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_clip_space_w_scaling.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Eric Werness---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_clip_space_w_scaling] @ewerness-nv%0A<<Here describe the issue or question you have about the VK_NV_clip_space_w_scaling extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_clip_space_w_scaling] @ewerness-nv%0A*Here describe the issue or question you have about the VK_NV_clip_space_w_scaling extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_clip_space_w_scaling.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Eric Werness---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_clip_space_w_scaling] @ewerness-nv%0A<<Here describe the issue or question you have about the VK_NV_clip_space_w_scaling extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_clip_space_w_scaling] @ewerness-nv%0A*Here describe the issue or question you have about the VK_NV_clip_space_w_scaling extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_compute_shader_derivatives.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Pat Brown---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_compute_shader_derivatives] @nvpbrown%0A<<Here describe the issue or question you have about the VK_NV_compute_shader_derivatives extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_compute_shader_derivatives] @nvpbrown%0A*Here describe the issue or question you have about the VK_NV_compute_shader_derivatives extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_compute_shader_derivatives.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Pat Brown---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_compute_shader_derivatives] @nvpbrown%0A<<Here describe the issue or question you have about the VK_NV_compute_shader_derivatives extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_compute_shader_derivatives] @nvpbrown%0A*Here describe the issue or question you have about the VK_NV_compute_shader_derivatives extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_cooperative_matrix.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_cooperative_matrix] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_NV_cooperative_matrix extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_cooperative_matrix] @jeffbolznv%0A*Here describe the issue or question you have about the VK_NV_cooperative_matrix extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_cooperative_matrix.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_cooperative_matrix] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_NV_cooperative_matrix extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_cooperative_matrix] @jeffbolznv%0A*Here describe the issue or question you have about the VK_NV_cooperative_matrix extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_corner_sampled_image.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_corner_sampled_image] @dgkoch%0A<<Here describe the issue or question you have about the VK_NV_corner_sampled_image extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_corner_sampled_image] @dgkoch%0A*Here describe the issue or question you have about the VK_NV_corner_sampled_image extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_corner_sampled_image.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_corner_sampled_image] @dgkoch%0A<<Here describe the issue or question you have about the VK_NV_corner_sampled_image extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_corner_sampled_image] @dgkoch%0A*Here describe the issue or question you have about the VK_NV_corner_sampled_image extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_coverage_reduction_mode.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Kedarnath Thangudu---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_coverage_reduction_mode] @kthangudu%0A<<Here describe the issue or question you have about the VK_NV_coverage_reduction_mode extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_coverage_reduction_mode] @kthangudu%0A*Here describe the issue or question you have about the VK_NV_coverage_reduction_mode extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_coverage_reduction_mode.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Kedarnath Thangudu---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_coverage_reduction_mode] @kthangudu%0A<<Here describe the issue or question you have about the VK_NV_coverage_reduction_mode extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_coverage_reduction_mode] @kthangudu%0A*Here describe the issue or question you have about the VK_NV_coverage_reduction_mode extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_dedicated_allocation.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_dedicated_allocation] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_NV_dedicated_allocation extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_dedicated_allocation] @jeffbolznv%0A*Here describe the issue or question you have about the VK_NV_dedicated_allocation extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_dedicated_allocation.hs-boot view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_dedicated_allocation] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_NV_dedicated_allocation extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_dedicated_allocation] @jeffbolznv%0A*Here describe the issue or question you have about the VK_NV_dedicated_allocation extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_dedicated_allocation_image_aliasing.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Nuno Subtil---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_dedicated_allocation_image_aliasing] @nsubtil%0A<<Here describe the issue or question you have about the VK_NV_dedicated_allocation_image_aliasing extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_dedicated_allocation_image_aliasing] @nsubtil%0A*Here describe the issue or question you have about the VK_NV_dedicated_allocation_image_aliasing extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_dedicated_allocation_image_aliasing.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Nuno Subtil---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_dedicated_allocation_image_aliasing] @nsubtil%0A<<Here describe the issue or question you have about the VK_NV_dedicated_allocation_image_aliasing extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_dedicated_allocation_image_aliasing] @nsubtil%0A*Here describe the issue or question you have about the VK_NV_dedicated_allocation_image_aliasing extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_device_diagnostic_checkpoints.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Nuno Subtil---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_device_diagnostic_checkpoints] @nsubtil%0A<<Here describe the issue or question you have about the VK_NV_device_diagnostic_checkpoints extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_device_diagnostic_checkpoints] @nsubtil%0A*Here describe the issue or question you have about the VK_NV_device_diagnostic_checkpoints extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_device_diagnostic_checkpoints.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Nuno Subtil---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_device_diagnostic_checkpoints] @nsubtil%0A<<Here describe the issue or question you have about the VK_NV_device_diagnostic_checkpoints extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_device_diagnostic_checkpoints] @nsubtil%0A*Here describe the issue or question you have about the VK_NV_device_diagnostic_checkpoints extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_device_diagnostics_config.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Kedarnath Thangudu---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_device_diagnostics_config] @kthangudu%0A<<Here describe the issue or question you have about the VK_NV_device_diagnostics_config extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_device_diagnostics_config] @kthangudu%0A*Here describe the issue or question you have about the VK_NV_device_diagnostics_config extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_device_diagnostics_config.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Kedarnath Thangudu---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_device_diagnostics_config] @kthangudu%0A<<Here describe the issue or question you have about the VK_NV_device_diagnostics_config extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_device_diagnostics_config] @kthangudu%0A*Here describe the issue or question you have about the VK_NV_device_diagnostics_config extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_device_generated_commands.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Christoph Kubisch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_device_generated_commands] @pixeljetstream%0A<<Here describe the issue or question you have about the VK_NV_device_generated_commands extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_device_generated_commands] @pixeljetstream%0A*Here describe the issue or question you have about the VK_NV_device_generated_commands extension* > -- -- == Other Extension Metadata --@@ -1069,6 +1069,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdExecuteGeneratedCommandsNV-None-07288# Any shader+--     invocation executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdExecuteGeneratedCommandsNV-renderPass-02684# The current --     render pass /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -1306,10 +1310,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdExecuteGeneratedCommandsNV-rasterizationSamples-04740# If---     rasterization is not disabled in the bound graphics pipeline, and---     neither the @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+-- -   #VUID-vkCmdExecuteGeneratedCommandsNV-multisampledRenderToSingleSampled-07284#+--     If rasterization is not disabled in the bound graphics pipeline, and+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -1519,12 +1525,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdExecuteGeneratedCommandsNV-colorAttachmentCount-06188# If---     the currently bound pipeline was created without a+-- -   #VUID-vkCmdExecuteGeneratedCommandsNV-multisampledRenderToSingleSampled-07285#+--     If the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -1536,14 +1545,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdExecuteGeneratedCommandsNV-pDepthAttachment-06189# If the---     current render pass instance was begun with+-- -   #VUID-vkCmdExecuteGeneratedCommandsNV-multisampledRenderToSingleSampled-07286#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -1551,14 +1562,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdExecuteGeneratedCommandsNV-pStencilAttachment-06190# If---     the current render pass instance was begun with+-- -   #VUID-vkCmdExecuteGeneratedCommandsNV-multisampledRenderToSingleSampled-07287#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@
src/Vulkan/Extensions/VK_NV_device_generated_commands.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Christoph Kubisch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_device_generated_commands] @pixeljetstream%0A<<Here describe the issue or question you have about the VK_NV_device_generated_commands extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_device_generated_commands] @pixeljetstream%0A*Here describe the issue or question you have about the VK_NV_device_generated_commands extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_external_memory.hs view
@@ -34,7 +34,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory] @cubanismo%0A<<Here describe the issue or question you have about the VK_NV_external_memory extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory] @cubanismo%0A*Here describe the issue or question you have about the VK_NV_external_memory extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_external_memory.hs-boot view
@@ -34,7 +34,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory] @cubanismo%0A<<Here describe the issue or question you have about the VK_NV_external_memory extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory] @cubanismo%0A*Here describe the issue or question you have about the VK_NV_external_memory extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_external_memory_capabilities.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory_capabilities] @cubanismo%0A<<Here describe the issue or question you have about the VK_NV_external_memory_capabilities extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory_capabilities] @cubanismo%0A*Here describe the issue or question you have about the VK_NV_external_memory_capabilities extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_external_memory_capabilities.hs-boot view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory_capabilities] @cubanismo%0A<<Here describe the issue or question you have about the VK_NV_external_memory_capabilities extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory_capabilities] @cubanismo%0A*Here describe the issue or question you have about the VK_NV_external_memory_capabilities extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_external_memory_rdma.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Carsten Rohde---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory_rdma] @crohde%0A<<Here describe the issue or question you have about the VK_NV_external_memory_rdma extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory_rdma] @crohde%0A*Here describe the issue or question you have about the VK_NV_external_memory_rdma extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_external_memory_rdma.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Carsten Rohde---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory_rdma] @crohde%0A<<Here describe the issue or question you have about the VK_NV_external_memory_rdma extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory_rdma] @crohde%0A*Here describe the issue or question you have about the VK_NV_external_memory_rdma extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_external_memory_win32.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory_win32] @cubanismo%0A<<Here describe the issue or question you have about the VK_NV_external_memory_win32 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory_win32] @cubanismo%0A*Here describe the issue or question you have about the VK_NV_external_memory_win32 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_external_memory_win32.hs-boot view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   James Jones---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory_win32] @cubanismo%0A<<Here describe the issue or question you have about the VK_NV_external_memory_win32 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_external_memory_win32] @cubanismo%0A*Here describe the issue or question you have about the VK_NV_external_memory_win32 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_fill_rectangle.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_fill_rectangle] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_NV_fill_rectangle extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_fill_rectangle] @jeffbolznv%0A*Here describe the issue or question you have about the VK_NV_fill_rectangle extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_fragment_coverage_to_color.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_fragment_coverage_to_color] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_NV_fragment_coverage_to_color extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_fragment_coverage_to_color] @jeffbolznv%0A*Here describe the issue or question you have about the VK_NV_fragment_coverage_to_color extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_fragment_coverage_to_color.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_fragment_coverage_to_color] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_NV_fragment_coverage_to_color extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_fragment_coverage_to_color] @jeffbolznv%0A*Here describe the issue or question you have about the VK_NV_fragment_coverage_to_color extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_fragment_shader_barycentric.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Pat Brown---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_fragment_shader_barycentric] @nvpbrown%0A<<Here describe the issue or question you have about the VK_NV_fragment_shader_barycentric extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_fragment_shader_barycentric] @nvpbrown%0A*Here describe the issue or question you have about the VK_NV_fragment_shader_barycentric extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_fragment_shading_rate_enums.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Pat Brown---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_fragment_shading_rate_enums] @nvpbrown%0A<<Here describe the issue or question you have about the VK_NV_fragment_shading_rate_enums extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_fragment_shading_rate_enums] @nvpbrown%0A*Here describe the issue or question you have about the VK_NV_fragment_shading_rate_enums extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_fragment_shading_rate_enums.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Pat Brown---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_fragment_shading_rate_enums] @nvpbrown%0A<<Here describe the issue or question you have about the VK_NV_fragment_shading_rate_enums extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_fragment_shading_rate_enums] @nvpbrown%0A*Here describe the issue or question you have about the VK_NV_fragment_shading_rate_enums extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_framebuffer_mixed_samples.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_framebuffer_mixed_samples] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_NV_framebuffer_mixed_samples extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_framebuffer_mixed_samples] @jeffbolznv%0A*Here describe the issue or question you have about the VK_NV_framebuffer_mixed_samples extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_framebuffer_mixed_samples.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_framebuffer_mixed_samples] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_NV_framebuffer_mixed_samples extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_framebuffer_mixed_samples] @jeffbolznv%0A*Here describe the issue or question you have about the VK_NV_framebuffer_mixed_samples extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_geometry_shader_passthrough.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_geometry_shader_passthrough] @dgkoch%0A<<Here describe the issue or question you have about the VK_NV_geometry_shader_passthrough extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_geometry_shader_passthrough] @dgkoch%0A*Here describe the issue or question you have about the VK_NV_geometry_shader_passthrough extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_glsl_shader.hs view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_glsl_shader] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_NV_glsl_shader extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_glsl_shader] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_NV_glsl_shader extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_inherited_viewport_scissor.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   David Zhao Akeley---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_inherited_viewport_scissor] @akeley98%0A<<Here describe the issue or question you have about the VK_NV_inherited_viewport_scissor extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_inherited_viewport_scissor] @akeley98%0A*Here describe the issue or question you have about the VK_NV_inherited_viewport_scissor extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_inherited_viewport_scissor.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   David Zhao Akeley---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_inherited_viewport_scissor] @akeley98%0A<<Here describe the issue or question you have about the VK_NV_inherited_viewport_scissor extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_inherited_viewport_scissor] @akeley98%0A*Here describe the issue or question you have about the VK_NV_inherited_viewport_scissor extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_linear_color_attachment.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   sourav parmar---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_linear_color_attachment] @souravpNV%0A<<Here describe the issue or question you have about the VK_NV_linear_color_attachment extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_linear_color_attachment] @souravpNV%0A*Here describe the issue or question you have about the VK_NV_linear_color_attachment extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_linear_color_attachment.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   sourav parmar---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_linear_color_attachment] @souravpNV%0A<<Here describe the issue or question you have about the VK_NV_linear_color_attachment extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_linear_color_attachment] @souravpNV%0A*Here describe the issue or question you have about the VK_NV_linear_color_attachment extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_mesh_shader.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Christoph Kubisch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_mesh_shader] @pixeljetstream%0A<<Here describe the issue or question you have about the VK_NV_mesh_shader extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_mesh_shader] @pixeljetstream%0A*Here describe the issue or question you have about the VK_NV_mesh_shader extension* > -- -- == Other Extension Metadata --@@ -695,6 +695,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDrawMeshTasksNV-None-07288# Any shader invocation+--     executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDrawMeshTasksNV-renderPass-02684# The current render pass --     /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -931,10 +935,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDrawMeshTasksNV-rasterizationSamples-04740# If---     rasterization is not disabled in the bound graphics pipeline, and---     neither the @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+-- -   #VUID-vkCmdDrawMeshTasksNV-multisampledRenderToSingleSampled-07284#+--     If rasterization is not disabled in the bound graphics pipeline, and+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -1144,12 +1150,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDrawMeshTasksNV-colorAttachmentCount-06188# If the---     currently bound pipeline was created without a+-- -   #VUID-vkCmdDrawMeshTasksNV-multisampledRenderToSingleSampled-07285#+--     If the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -1161,14 +1170,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDrawMeshTasksNV-pDepthAttachment-06189# If the current---     render pass instance was begun with+-- -   #VUID-vkCmdDrawMeshTasksNV-multisampledRenderToSingleSampled-07286#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -1176,14 +1187,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDrawMeshTasksNV-pStencilAttachment-06190# If the current---     render pass instance was begun with+-- -   #VUID-vkCmdDrawMeshTasksNV-multisampledRenderToSingleSampled-07287#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -1712,6 +1725,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDrawMeshTasksIndirectNV-None-07288# Any shader invocation+--     executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDrawMeshTasksIndirectNV-renderPass-02684# The current --     render pass /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -1949,10 +1966,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDrawMeshTasksIndirectNV-rasterizationSamples-04740# If---     rasterization is not disabled in the bound graphics pipeline, and---     neither the @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+-- -   #VUID-vkCmdDrawMeshTasksIndirectNV-multisampledRenderToSingleSampled-07284#+--     If rasterization is not disabled in the bound graphics pipeline, and+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -2162,12 +2181,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDrawMeshTasksIndirectNV-colorAttachmentCount-06188# If---     the currently bound pipeline was created without a+-- -   #VUID-vkCmdDrawMeshTasksIndirectNV-multisampledRenderToSingleSampled-07285#+--     If the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -2179,14 +2201,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDrawMeshTasksIndirectNV-pDepthAttachment-06189# If the---     current render pass instance was begun with+-- -   #VUID-vkCmdDrawMeshTasksIndirectNV-multisampledRenderToSingleSampled-07286#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -2194,14 +2218,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDrawMeshTasksIndirectNV-pStencilAttachment-06190# If the---     current render pass instance was begun with+-- -   #VUID-vkCmdDrawMeshTasksIndirectNV-multisampledRenderToSingleSampled-07287#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -2774,6 +2800,10 @@ --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'. --+-- -   #VUID-vkCmdDrawMeshTasksIndirectCountNV-None-07288# Any shader+--     invocation executed by this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate>+-- -- -   #VUID-vkCmdDrawMeshTasksIndirectCountNV-renderPass-02684# The --     current render pass /must/ be --     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#renderpass-compatibility compatible>@@ -3011,10 +3041,12 @@ --     @pAttachments@ member of @pColorBlendState@ /must/ be --     'Vulkan.Core10.FundamentalTypes.FALSE' ----- -   #VUID-vkCmdDrawMeshTasksIndirectCountNV-rasterizationSamples-04740#+-- -   #VUID-vkCmdDrawMeshTasksIndirectCountNV-multisampledRenderToSingleSampled-07284# --     If rasterization is not disabled in the bound graphics pipeline, and---     neither the @VK_AMD_mixed_attachment_samples@ nor the---     @VK_NV_framebuffer_mixed_samples@ extensions are enabled, then+--     none of the @VK_AMD_mixed_attachment_samples@ extension, the+--     @VK_NV_framebuffer_mixed_samples@ extension, or the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature are enabled, then --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     /must/ be the same as the current subpass color and\/or --     depth\/stencil attachments@@ -3224,12 +3256,15 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ ----- -   #VUID-vkCmdDrawMeshTasksIndirectCountNV-colorAttachmentCount-06188#+-- -   #VUID-vkCmdDrawMeshTasksIndirectCountNV-multisampledRenderToSingleSampled-07285# --     If the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and the current render pass instance was begun with+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and the current render pass instance was+--     begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering' --     with a --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@colorAttachmentCount@@@ -3241,14 +3276,16 @@ --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@ --     used to create the currently bound graphics pipeline ----- -   #VUID-vkCmdDrawMeshTasksIndirectCountNV-pDepthAttachment-06189# If---     the current render pass instance was begun with+-- -   #VUID-vkCmdDrawMeshTasksIndirectCountNV-multisampledRenderToSingleSampled-07286#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@@@ -3256,14 +3293,16 @@ --     to the sample count used to create --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pDepthAttachment->imageView@ ----- -   #VUID-vkCmdDrawMeshTasksIndirectCountNV-pStencilAttachment-06190# If---     the current render pass instance was begun with+-- -   #VUID-vkCmdDrawMeshTasksIndirectCountNV-multisampledRenderToSingleSampled-07287#+--     If the current render pass instance was begun with --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.cmdBeginRendering', --     the currently bound pipeline was created without a --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoAMD' --     or --     'Vulkan.Extensions.VK_KHR_dynamic_rendering.AttachmentSampleCountInfoNV'---     structure, and+--     structure, and the+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#features-multisampledRenderToSingleSampled multisampledRenderToSingleSampled>+--     feature is not enabled, and --     'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.RenderingInfo'::@pStencilAttachment->imageView@ --     was not 'Vulkan.Core10.APIConstants.NULL_HANDLE', the value of --     'Vulkan.Core10.Pipeline.PipelineMultisampleStateCreateInfo'::@rasterizationSamples@
src/Vulkan/Extensions/VK_NV_mesh_shader.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Christoph Kubisch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_mesh_shader] @pixeljetstream%0A<<Here describe the issue or question you have about the VK_NV_mesh_shader extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_mesh_shader] @pixeljetstream%0A*Here describe the issue or question you have about the VK_NV_mesh_shader extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_ray_tracing.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Eric Werness---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_ray_tracing] @ewerness-nv%0A<<Here describe the issue or question you have about the VK_NV_ray_tracing extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_ray_tracing] @ewerness-nv%0A*Here describe the issue or question you have about the VK_NV_ray_tracing extension* > -- -- == Other Extension Metadata --@@ -1990,6 +1990,10 @@ --     a result of this command, then the sampler /must/ not have been --     created with --     'Vulkan.Core10.Enums.SamplerCreateFlagBits.SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM'.+--+-- -   #VUID-vkCmdTraceRaysNV-None-07288# Any shader invocation executed by+--     this command /must/+--     <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#shaders-termination terminate> -- -- -   #VUID-vkCmdTraceRaysNV-None-03429# Any shader group handle --     referenced by this call /must/ have been queried from the currently
src/Vulkan/Extensions/VK_NV_ray_tracing.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Eric Werness---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_ray_tracing] @ewerness-nv%0A<<Here describe the issue or question you have about the VK_NV_ray_tracing extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_ray_tracing] @ewerness-nv%0A*Here describe the issue or question you have about the VK_NV_ray_tracing extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_representative_fragment_test.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Kedarnath Thangudu---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_representative_fragment_test] @kthangudu%0A<<Here describe the issue or question you have about the VK_NV_representative_fragment_test extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_representative_fragment_test] @kthangudu%0A*Here describe the issue or question you have about the VK_NV_representative_fragment_test extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_representative_fragment_test.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Kedarnath Thangudu---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_representative_fragment_test] @kthangudu%0A<<Here describe the issue or question you have about the VK_NV_representative_fragment_test extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_representative_fragment_test] @kthangudu%0A*Here describe the issue or question you have about the VK_NV_representative_fragment_test extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_sample_mask_override_coverage.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_sample_mask_override_coverage] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_NV_sample_mask_override_coverage extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_sample_mask_override_coverage] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_NV_sample_mask_override_coverage extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_scissor_exclusive.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Pat Brown---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_scissor_exclusive] @nvpbrown%0A<<Here describe the issue or question you have about the VK_NV_scissor_exclusive extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_scissor_exclusive] @nvpbrown%0A*Here describe the issue or question you have about the VK_NV_scissor_exclusive extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_scissor_exclusive.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Pat Brown---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_scissor_exclusive] @nvpbrown%0A<<Here describe the issue or question you have about the VK_NV_scissor_exclusive extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_scissor_exclusive] @nvpbrown%0A*Here describe the issue or question you have about the VK_NV_scissor_exclusive extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_shader_image_footprint.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Pat Brown---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_shader_image_footprint] @nvpbrown%0A<<Here describe the issue or question you have about the VK_NV_shader_image_footprint extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_shader_image_footprint] @nvpbrown%0A*Here describe the issue or question you have about the VK_NV_shader_image_footprint extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_shader_image_footprint.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Pat Brown---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_shader_image_footprint] @nvpbrown%0A<<Here describe the issue or question you have about the VK_NV_shader_image_footprint extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_shader_image_footprint] @nvpbrown%0A*Here describe the issue or question you have about the VK_NV_shader_image_footprint extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_shader_sm_builtins.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_shader_sm_builtins] @dgkoch%0A<<Here describe the issue or question you have about the VK_NV_shader_sm_builtins extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_shader_sm_builtins] @dgkoch%0A*Here describe the issue or question you have about the VK_NV_shader_sm_builtins extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_shader_sm_builtins.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_shader_sm_builtins] @dgkoch%0A<<Here describe the issue or question you have about the VK_NV_shader_sm_builtins extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_shader_sm_builtins] @dgkoch%0A*Here describe the issue or question you have about the VK_NV_shader_sm_builtins extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_shader_subgroup_partitioned.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Jeff Bolz---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_shader_subgroup_partitioned] @jeffbolznv%0A<<Here describe the issue or question you have about the VK_NV_shader_subgroup_partitioned extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_shader_subgroup_partitioned] @jeffbolznv%0A*Here describe the issue or question you have about the VK_NV_shader_subgroup_partitioned extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_shading_rate_image.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Pat Brown---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_shading_rate_image] @nvpbrown%0A<<Here describe the issue or question you have about the VK_NV_shading_rate_image extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_shading_rate_image] @nvpbrown%0A*Here describe the issue or question you have about the VK_NV_shading_rate_image extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_shading_rate_image.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Pat Brown---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_shading_rate_image] @nvpbrown%0A<<Here describe the issue or question you have about the VK_NV_shading_rate_image extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_shading_rate_image] @nvpbrown%0A*Here describe the issue or question you have about the VK_NV_shading_rate_image extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_viewport_array2.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Daniel Koch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_viewport_array2] @dgkoch%0A<<Here describe the issue or question you have about the VK_NV_viewport_array2 extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_viewport_array2] @dgkoch%0A*Here describe the issue or question you have about the VK_NV_viewport_array2 extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_viewport_swizzle.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_viewport_swizzle] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_NV_viewport_swizzle extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_viewport_swizzle] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_NV_viewport_swizzle extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_viewport_swizzle.hs-boot view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Piers Daniell---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_viewport_swizzle] @pdaniell-nv%0A<<Here describe the issue or question you have about the VK_NV_viewport_swizzle extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_viewport_swizzle] @pdaniell-nv%0A*Here describe the issue or question you have about the VK_NV_viewport_swizzle extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_win32_keyed_mutex.hs view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Carsten Rohde---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_win32_keyed_mutex] @crohde%0A<<Here describe the issue or question you have about the VK_NV_win32_keyed_mutex extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_win32_keyed_mutex] @crohde%0A*Here describe the issue or question you have about the VK_NV_win32_keyed_mutex extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_NV_win32_keyed_mutex.hs-boot view
@@ -31,7 +31,7 @@ -- [__Contact__] -- --     -   Carsten Rohde---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_win32_keyed_mutex] @crohde%0A<<Here describe the issue or question you have about the VK_NV_win32_keyed_mutex extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_NV_win32_keyed_mutex] @crohde%0A*Here describe the issue or question you have about the VK_NV_win32_keyed_mutex extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_QCOM_fragment_density_map_offset.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Matthew Netsch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_fragment_density_map_offset] @mnetsch%0A<<Here describe the issue or question you have about the VK_QCOM_fragment_density_map_offset extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_fragment_density_map_offset] @mnetsch%0A*Here describe the issue or question you have about the VK_QCOM_fragment_density_map_offset extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_QCOM_fragment_density_map_offset.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Matthew Netsch---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_fragment_density_map_offset] @mnetsch%0A<<Here describe the issue or question you have about the VK_QCOM_fragment_density_map_offset extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_fragment_density_map_offset] @mnetsch%0A*Here describe the issue or question you have about the VK_QCOM_fragment_density_map_offset extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_QCOM_image_processing.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Leger---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_image_processing] @jackohound%0A<<Here describe the issue or question you have about the VK_QCOM_image_processing extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_image_processing] @jackohound%0A*Here describe the issue or question you have about the VK_QCOM_image_processing extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_QCOM_image_processing.adoc VK_QCOM_image_processing>
src/Vulkan/Extensions/VK_QCOM_image_processing.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Leger---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_image_processing] @jackohound%0A<<Here describe the issue or question you have about the VK_QCOM_image_processing extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_image_processing] @jackohound%0A*Here describe the issue or question you have about the VK_QCOM_image_processing extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_QCOM_image_processing.adoc VK_QCOM_image_processing>
src/Vulkan/Extensions/VK_QCOM_render_pass_shader_resolve.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Bill Licea-Kane---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_render_pass_shader_resolve] @wwlk%0A<<Here describe the issue or question you have about the VK_QCOM_render_pass_shader_resolve extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_render_pass_shader_resolve] @wwlk%0A*Here describe the issue or question you have about the VK_QCOM_render_pass_shader_resolve extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_QCOM_render_pass_store_ops.hs view
@@ -24,7 +24,7 @@ -- [__Contact__] -- --     -   Bill Licea-Kane---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_render_pass_store_ops] @wwlk%0A<<Here describe the issue or question you have about the VK_QCOM_render_pass_store_ops extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_render_pass_store_ops] @wwlk%0A*Here describe the issue or question you have about the VK_QCOM_render_pass_store_ops extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_QCOM_render_pass_transform.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Jeff Leger---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_render_pass_transform] @jackohound%0A<<Here describe the issue or question you have about the VK_QCOM_render_pass_transform extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_render_pass_transform] @jackohound%0A*Here describe the issue or question you have about the VK_QCOM_render_pass_transform extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_QCOM_render_pass_transform.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Jeff Leger---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_render_pass_transform] @jackohound%0A<<Here describe the issue or question you have about the VK_QCOM_render_pass_transform extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_render_pass_transform] @jackohound%0A*Here describe the issue or question you have about the VK_QCOM_render_pass_transform extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_QCOM_rotated_copy_commands.hs view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Jeff Leger---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_rotated_copy_commands] @jackohound%0A<<Here describe the issue or question you have about the VK_QCOM_rotated_copy_commands extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_rotated_copy_commands] @jackohound%0A*Here describe the issue or question you have about the VK_QCOM_rotated_copy_commands extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_QCOM_rotated_copy_commands.hs-boot view
@@ -30,7 +30,7 @@ -- [__Contact__] -- --     -   Jeff Leger---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_rotated_copy_commands] @jackohound%0A<<Here describe the issue or question you have about the VK_QCOM_rotated_copy_commands extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_rotated_copy_commands] @jackohound%0A*Here describe the issue or question you have about the VK_QCOM_rotated_copy_commands extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_QCOM_tile_properties.hs view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Leger---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_tile_properties] @jackohound%0A<<Here describe the issue or question you have about the VK_QCOM_tile_properties extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_tile_properties] @jackohound%0A*Here describe the issue or question you have about the VK_QCOM_tile_properties extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_QCOM_tile_properties.adoc VK_QCOM_tile_properties>
src/Vulkan/Extensions/VK_QCOM_tile_properties.hs-boot view
@@ -27,7 +27,7 @@ -- [__Contact__] -- --     -   Jeff Leger---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_tile_properties] @jackohound%0A<<Here describe the issue or question you have about the VK_QCOM_tile_properties extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QCOM_tile_properties] @jackohound%0A*Here describe the issue or question you have about the VK_QCOM_tile_properties extension* > -- -- [__Extension Proposal__] --     <https://github.com/KhronosGroup/Vulkan-Docs/tree/main/proposals/VK_QCOM_tile_properties.adoc VK_QCOM_tile_properties>
src/Vulkan/Extensions/VK_QNX_screen_surface.hs view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Mike Gorchak---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QNX_screen_surface] @mgorchak-blackberry%0A<<Here describe the issue or question you have about the VK_QNX_screen_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QNX_screen_surface] @mgorchak-blackberry%0A*Here describe the issue or question you have about the VK_QNX_screen_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_QNX_screen_surface.hs-boot view
@@ -26,7 +26,7 @@ -- [__Contact__] -- --     -   Mike Gorchak---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QNX_screen_surface] @mgorchak-blackberry%0A<<Here describe the issue or question you have about the VK_QNX_screen_surface extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_QNX_screen_surface] @mgorchak-blackberry%0A*Here describe the issue or question you have about the VK_QNX_screen_surface extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_VALVE_descriptor_set_host_mapping.hs view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Hans-Kristian Arntzen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_VALVE_descriptor_set_host_mapping] @HansKristian-Work%0A<<Here describe the issue or question you have about the VK_VALVE_descriptor_set_host_mapping extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_VALVE_descriptor_set_host_mapping] @HansKristian-Work%0A*Here describe the issue or question you have about the VK_VALVE_descriptor_set_host_mapping extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_VALVE_descriptor_set_host_mapping.hs-boot view
@@ -28,7 +28,7 @@ -- [__Contact__] -- --     -   Hans-Kristian Arntzen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_VALVE_descriptor_set_host_mapping] @HansKristian-Work%0A<<Here describe the issue or question you have about the VK_VALVE_descriptor_set_host_mapping extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_VALVE_descriptor_set_host_mapping] @HansKristian-Work%0A*Here describe the issue or question you have about the VK_VALVE_descriptor_set_host_mapping extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_VALVE_mutable_descriptor_type.hs view
@@ -31,10 +31,10 @@ -- [__Contact__] -- --     -   Joshua Ashton---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_VALVE_mutable_descriptor_type] @Joshua-Ashton%0A<<Here describe the issue or question you have about the VK_VALVE_mutable_descriptor_type extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_VALVE_mutable_descriptor_type] @Joshua-Ashton%0A*Here describe the issue or question you have about the VK_VALVE_mutable_descriptor_type extension* > -- --     -   Hans-Kristian Arntzen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_VALVE_mutable_descriptor_type] @HansKristian-Work%0A<<Here describe the issue or question you have about the VK_VALVE_mutable_descriptor_type extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_VALVE_mutable_descriptor_type] @HansKristian-Work%0A*Here describe the issue or question you have about the VK_VALVE_mutable_descriptor_type extension* > -- -- == Other Extension Metadata --
src/Vulkan/Extensions/VK_VALVE_mutable_descriptor_type.hs-boot view
@@ -31,10 +31,10 @@ -- [__Contact__] -- --     -   Joshua Ashton---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_VALVE_mutable_descriptor_type] @Joshua-Ashton%0A<<Here describe the issue or question you have about the VK_VALVE_mutable_descriptor_type extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_VALVE_mutable_descriptor_type] @Joshua-Ashton%0A*Here describe the issue or question you have about the VK_VALVE_mutable_descriptor_type extension* > -- --     -   Hans-Kristian Arntzen---         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_VALVE_mutable_descriptor_type] @HansKristian-Work%0A<<Here describe the issue or question you have about the VK_VALVE_mutable_descriptor_type extension>> >+--         <https://github.com/KhronosGroup/Vulkan-Docs/issues/new?body=[VK_VALVE_mutable_descriptor_type] @HansKristian-Work%0A*Here describe the issue or question you have about the VK_VALVE_mutable_descriptor_type extension* > -- -- == Other Extension Metadata --
src/Vulkan/SPIRVRequirements.hs view
@@ -721,6 +721,14 @@                              , deviceExtensionName       = EXT_MESH_SHADER_EXTENSION_NAME                              , deviceExtensionMinVersion = 0                              }+    , RequireDeviceExtension { deviceExtensionLayerName  = Nothing+                             , deviceExtensionName       = KHR_SPIRV_1_4_EXTENSION_NAME+                             , deviceExtensionMinVersion = 0+                             }+    , RequireDeviceExtension { deviceExtensionLayerName  = Nothing+                             , deviceExtensionName       = KHR_SHADER_FLOAT_CONTROLS_EXTENSION_NAME+                             , deviceExtensionMinVersion = 0+                             }     ]   _ -> ([], []) @@ -2715,6 +2723,14 @@     ]     [ RequireDeviceExtension { deviceExtensionLayerName  = Nothing                              , deviceExtensionName       = EXT_MESH_SHADER_EXTENSION_NAME+                             , deviceExtensionMinVersion = 0+                             }+    , RequireDeviceExtension { deviceExtensionLayerName  = Nothing+                             , deviceExtensionName       = KHR_SPIRV_1_4_EXTENSION_NAME+                             , deviceExtensionMinVersion = 0+                             }+    , RequireDeviceExtension { deviceExtensionLayerName  = Nothing+                             , deviceExtensionName       = KHR_SHADER_FLOAT_CONTROLS_EXTENSION_NAME                              , deviceExtensionMinVersion = 0                              }     ]
src/Vulkan/Version.hs view
@@ -19,11 +19,11 @@ import Data.Word (Word32)  pattern HEADER_VERSION :: Word32-pattern HEADER_VERSION = 226+pattern HEADER_VERSION = 227   pattern HEADER_VERSION_COMPLETE :: Word32-pattern HEADER_VERSION_COMPLETE = MAKE_API_VERSION 1 3 226+pattern HEADER_VERSION_COMPLETE = MAKE_API_VERSION 1 3 227   pattern MAKE_API_VERSION :: Word32 -> Word32 -> Word32 -> Word32
vulkan.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           vulkan-version:        3.21+version:        3.21.1 synopsis:       Bindings to the Vulkan graphics API. description:    Please see [the readme](https://github.com/expipiplus1/vulkan/#readme) category:       Graphics@@ -359,6 +359,7 @@       Vulkan.Extensions.VK_EXT_image_view_min_lod       Vulkan.Extensions.VK_EXT_index_type_uint8       Vulkan.Extensions.VK_EXT_inline_uniform_block+      Vulkan.Extensions.VK_EXT_legacy_dithering       Vulkan.Extensions.VK_EXT_line_rasterization       Vulkan.Extensions.VK_EXT_load_store_op_none       Vulkan.Extensions.VK_EXT_memory_budget