Skip to content

Commit

Permalink
Merge pull request #347 from ThreeOfTwelve/vulkan-update-v1.2.198
Browse files Browse the repository at this point in the history
Update Vulkan to v1.2.198
  • Loading branch information
expipiplus1 committed Nov 9, 2021
2 parents e21b904 + 9d2a71a commit 7197ea9
Show file tree
Hide file tree
Showing 448 changed files with 1,263 additions and 1,124 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## WIP

## [3.13.2] - 2021-11-09
- Bump API version to v1.2.198

## [3.13.1] - 2021-11-03
- Bump API version to v1.2.197

Expand Down
2 changes: 1 addition & 1 deletion generate-new/Vulkan-Docs
Submodule Vulkan-Docs updated 48 files
+1 −0 .gitignore
+43 −0 ChangeLog.txt
+1 −1 Makefile
+6 −6 appendices/VK_HUAWEI_subpass_shading.txt
+1 −1 appendices/spirvenv.txt
+3 −3 appendices/versions.txt
+1 −1 chapters/VK_KHR_win32_surface/platformCreateSurface_win32.txt
+23 −13 chapters/clears.txt
+22 −14 chapters/cmdbuffers.txt
+6 −3 chapters/commonvalidity/blit_image_command_buffer_common.txt
+6 −3 chapters/commonvalidity/copy_buffer_command_buffer_common.txt
+6 −3 chapters/commonvalidity/copy_buffer_to_image_command_buffer_common.txt
+6 −3 chapters/commonvalidity/copy_image_command_buffer_common.txt
+6 −3 chapters/commonvalidity/copy_image_to_buffer_command_buffer_common.txt
+5 −3 chapters/commonvalidity/draw_dispatch_common.txt
+10 −7 chapters/commonvalidity/draw_dispatch_nonindirect_common.txt
+6 −3 chapters/commonvalidity/resolve_image_command_buffer_common.txt
+6 −2 chapters/devsandqueues.txt
+3 −2 chapters/dispatch.txt
+11 −11 chapters/drawing.txt
+2 −2 chapters/features.txt
+5 −0 chapters/formats.txt
+2 −2 chapters/fragops.txt
+2 −5 chapters/initialization.txt
+1 −1 chapters/interfaces.txt
+11 −5 chapters/limits.txt
+12 −6 chapters/memory.txt
+8 −7 chapters/pipelines.txt
+13 −12 chapters/renderpass.txt
+6 −7 chapters/resources.txt
+6 −6 chapters/synchronization.txt
+2 −2 chapters/video_encode_extensions.txt
+6 −6 chapters/video_encode_h265_extensions.txt
+10 −1 config/vu-to-json/extension.rb
+1 −0 include/vk_video/vulkan_video_codec_h264std_decode.h
+7 −4 makeSpec
+0 −1 registry.txt
+32 −4 scripts/docgenerator.py
+6 −0 scripts/extensionmetadocgenerator.py
+84 −12 scripts/genRef.py
+34 −9 scripts/pygenerator.py
+4 −1 scripts/reflib.py
+23 −15 scripts/rubygenerator.py
+3 −3 style/extensions.txt
+5 −4 style/writing.txt
+3 −1 styleguide.txt
+0 −1 vkspec.txt
+1 −1 xml/vk.xml
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vulkan
version: "3.13.1"
version: "3.13.2"
synopsis: Bindings to the Vulkan graphics API.
description: Please see [the readme](https://github.com/expipiplus1/vulkan/#readme)
category: Graphics
Expand Down
225 changes: 141 additions & 84 deletions src/Vulkan/Core10/CommandBufferBuilding.hs

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions src/Vulkan/Core10/Device.hs
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,12 @@ destroyDevice device allocator = liftIO . evalContT $ do
-- 'Vulkan.Core10.Enums.DeviceQueueCreateFlagBits.DEVICE_QUEUE_CREATE_PROTECTED_BIT'
-- bit of @flags@ /must/ not be set
--
-- - #VUID-VkDeviceQueueCreateInfo-flags-06449# If @flags@ includes
-- 'Vulkan.Core10.Enums.DeviceQueueCreateFlagBits.DEVICE_QUEUE_CREATE_PROTECTED_BIT',
-- @queueFamilyIndex@ /must/ be the index of a queue family that
-- includes the 'Vulkan.Core10.Enums.QueueFlagBits.QUEUE_PROTECTED_BIT'
-- capability
--
-- == Valid Usage (Implicit)
--
-- - #VUID-VkDeviceQueueCreateInfo-sType-sType# @sType@ /must/ be
Expand Down Expand Up @@ -577,8 +583,8 @@ instance es ~ '[] => Zero (DeviceQueueCreateInfo es) where
-- - #VUID-VkDeviceCreateInfo-pNext-04748# if the @pNext@ chain includes
-- a 'Vulkan.Core12.PhysicalDeviceVulkan12Features' structure and
-- 'Vulkan.Core12.PhysicalDeviceVulkan12Features'::@bufferDeviceAddress@
-- is VK_TRUE, @ppEnabledExtensionNames@ /must/ not contain
-- @VK_EXT_buffer_device_address@
-- is 'Vulkan.Core10.FundamentalTypes.TRUE', @ppEnabledExtensionNames@
-- /must/ not contain @VK_EXT_buffer_device_address@
--
-- - #VUID-VkDeviceCreateInfo-pNext-02829# If the @pNext@ chain includes
-- a 'Vulkan.Core12.PhysicalDeviceVulkan11Features' structure, then it
Expand Down
6 changes: 4 additions & 2 deletions src/Vulkan/Core10/DeviceInitialization.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1425,13 +1425,15 @@ instance Zero ApplicationInfo where
-- 'InstanceCreateInfo' includes a
-- 'Vulkan.Extensions.VK_EXT_debug_report.DebugReportCallbackCreateInfoEXT'
-- structure, the list of enabled extensions in
-- @ppEnabledExtensionNames@ /must/ contain VK_EXT_debug_report
-- @ppEnabledExtensionNames@ /must/ contain
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_EXT_debug_report VK_EXT_debug_report>
--
-- - #VUID-VkInstanceCreateInfo-pNext-04926# If the @pNext@ chain of
-- 'InstanceCreateInfo' includes a
-- 'Vulkan.Extensions.VK_EXT_debug_utils.DebugUtilsMessengerCreateInfoEXT'
-- structure, the list of enabled extensions in
-- @ppEnabledExtensionNames@ /must/ contain VK_EXT_debug_utils
-- @ppEnabledExtensionNames@ /must/ contain
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_EXT_debug_utils VK_EXT_debug_utils>
--
-- == Valid Usage (Implicit)
--
Expand Down
8 changes: 2 additions & 6 deletions src/Vulkan/Core10/Enums/EventCreateFlagBits.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,15 @@ type EventCreateFlags = EventCreateFlagBits

-- | VkEventCreateFlagBits - Event creation flag bits
--
-- = Description
--
-- - VK_EVENT_CREATE_DEVICE_ONLY_BIT_KHR specifies that host event
-- commands will not be used with this event.
--
-- = See Also
--
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_VERSION_1_0 VK_VERSION_1_0>,
-- 'EventCreateFlags'
newtype EventCreateFlagBits = EventCreateFlagBits Flags
deriving newtype (Eq, Ord, Storable, Zero, Bits, FiniteBits)

-- No documentation found for Nested "VkEventCreateFlagBits" "VK_EVENT_CREATE_DEVICE_ONLY_BIT_KHR"
-- | 'EVENT_CREATE_DEVICE_ONLY_BIT_KHR' specifies that host event commands
-- will not be used with this event.
pattern EVENT_CREATE_DEVICE_ONLY_BIT_KHR = EventCreateFlagBits 0x00000001

conNameEventCreateFlagBits :: String
Expand Down
3 changes: 2 additions & 1 deletion src/Vulkan/Core10/ImageView.hs
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,8 @@ instance Zero ImageSubresourceRange where
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-requiring-sampler-ycbcr-conversion formats that require a sampler Y’CBCR conversion>,
-- then the @pNext@ chain /must/ include a
-- 'Vulkan.Core11.Promoted_From_VK_KHR_sampler_ycbcr_conversion.SamplerYcbcrConversionInfo'
-- structure with a conversion value other than VK_NULL_HANDLE
-- structure with a conversion value other than
-- 'Vulkan.Core10.APIConstants.NULL_HANDLE'
--
-- - #VUID-VkImageViewCreateInfo-format-04714# If @format@ has a @_422@
-- or @_420@ suffix then @image@ /must/ have been created with a width
Expand Down
6 changes: 3 additions & 3 deletions src/Vulkan/Core10/Memory.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ getDeviceMemoryCommitment device memory = liftIO . evalContT $ do
-- - #VUID-VkMemoryAllocateInfo-allocationSize-01742# If the parameters
-- define an import operation, the external handle specified was
-- created by the Vulkan API, and the external handle type is
-- 'Vulkan.Extensions.VK_KHR_external_memory_capabilities.EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT_KHR',
-- 'Vulkan.Core11.Enums.ExternalMemoryHandleTypeFlagBits.EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT',
-- then the values of @allocationSize@ and @memoryTypeIndex@ /must/
-- match those specified when the payload being imported was created
--
Expand All @@ -1055,9 +1055,9 @@ getDeviceMemoryCommitment device memory = liftIO . evalContT $ do
-- - #VUID-VkMemoryAllocateInfo-allocationSize-01743# If the parameters
-- define an import operation, the external handle was created by the
-- Vulkan API, and the external handle type is
-- 'Vulkan.Extensions.VK_KHR_external_memory_capabilities.EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR'
-- 'Vulkan.Core11.Enums.ExternalMemoryHandleTypeFlagBits.EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT'
-- or
-- 'Vulkan.Extensions.VK_KHR_external_memory_capabilities.EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR',
-- 'Vulkan.Core11.Enums.ExternalMemoryHandleTypeFlagBits.EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT',
-- then the values of @allocationSize@ and @memoryTypeIndex@ /must/
-- match those specified when the payload being imported was created
--
Expand Down
10 changes: 5 additions & 5 deletions src/Vulkan/Core10/Pipeline.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4571,17 +4571,17 @@ instance Zero PipelineDepthStencilStateCreateInfo where
--
-- - #VUID-VkGraphicsPipelineCreateInfo-rasterizationSamples-04899# If
-- the pipeline is being created with fragment shader state, and the
-- VK_QCOM_render_pass_shader_resolve extension is enabled, and if
-- subpass has any input attachments, and if the subpass description
-- contains
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_QCOM_render_pass_shader_resolve VK_QCOM_render_pass_shader_resolve>
-- extension is enabled, and if subpass has any input attachments, and
-- if the subpass description contains
-- 'Vulkan.Core10.Enums.SubpassDescriptionFlagBits.SUBPASS_DESCRIPTION_FRAGMENT_REGION_BIT_QCOM',
-- then the sample count of the input attachments /must/ equal
-- @rasterizationSamples@
--
-- - #VUID-VkGraphicsPipelineCreateInfo-sampleShadingEnable-04900# If the
-- pipeline is being created with fragment shader state, and the
-- VK_QCOM_render_pass_shader_resolve extension is enabled, and if the
-- subpass description contains
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_QCOM_render_pass_shader_resolve VK_QCOM_render_pass_shader_resolve>
-- extension is enabled, and if the subpass description contains
-- 'Vulkan.Core10.Enums.SubpassDescriptionFlagBits.SUBPASS_DESCRIPTION_FRAGMENT_REGION_BIT_QCOM',
-- then @sampleShadingEnable@ /must/ be false
--
Expand Down
7 changes: 7 additions & 0 deletions src/Vulkan/Core10/Queue.hs
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,13 @@ foreign import ccall
-- accessed by an operation specified by @pSubmits@ /must/ have
-- included the queue family of @queue@ at resource creation time
--
-- - #VUID-vkQueueSubmit-queue-06448# If @queue@ was not created with
-- 'Vulkan.Core10.Enums.DeviceQueueCreateFlagBits.DEVICE_QUEUE_CREATE_PROTECTED_BIT',
-- there /must/ be no element of @pSubmits@ that includes an
-- 'Vulkan.Core11.Originally_Based_On_VK_KHR_protected_memory.ProtectedSubmitInfo'
-- structure in its @pNext@ chain with @protectedSubmit@ equal to
-- 'Vulkan.Core10.FundamentalTypes.TRUE'
--
-- == Valid Usage (Implicit)
--
-- - #VUID-vkQueueSubmit-queue-parameter# @queue@ /must/ be a valid
Expand Down
25 changes: 11 additions & 14 deletions src/Vulkan/Core11/Originally_Based_On_VK_KHR_protected_memory.hs
Original file line number Diff line number Diff line change
Expand Up @@ -127,17 +127,8 @@ getDeviceQueue2 device queueInfo = liftIO . evalContT $ do
-- | VkProtectedSubmitInfo - Structure indicating whether the submission is
-- protected
--
-- == Valid Usage
--
-- - #VUID-VkProtectedSubmitInfo-protectedSubmit-01816# If the protected
-- memory feature is not enabled, @protectedSubmit@ /must/ not be
-- 'Vulkan.Core10.FundamentalTypes.TRUE'
--
-- == Valid Usage (Implicit)
--
-- - #VUID-VkProtectedSubmitInfo-sType-sType# @sType@ /must/ be
-- 'Vulkan.Core10.Enums.StructureType.STRUCTURE_TYPE_PROTECTED_SUBMIT_INFO'
--
-- = See Also
--
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_VERSION_1_1 VK_VERSION_1_1>,
Expand Down Expand Up @@ -278,11 +269,17 @@ instance Zero PhysicalDeviceProtectedMemoryFeatures where
-- 'Vulkan.Core10.FundamentalTypes.Bool32',
-- 'Vulkan.Core10.Enums.StructureType.StructureType'
data PhysicalDeviceProtectedMemoryProperties = PhysicalDeviceProtectedMemoryProperties
{ -- | @protectedNoFault@ specifies the behavior of the implementation when
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#memory-protected-access-rules protected memory access rules>
-- are broken. If @protectedNoFault@ is
-- 'Vulkan.Core10.FundamentalTypes.TRUE', breaking those rules will not
-- result in process termination or device loss.
{ -- | #extension-limits-protectedNoFault# @protectedNoFault@ specifies how an
-- implementation behaves when an application attempts to write to
-- unprotected memory in a protected queue operation, read from protected
-- memory in an unprotected queue operation, or perform a query in a
-- protected queue operation. If this limit is
-- 'Vulkan.Core10.FundamentalTypes.TRUE', such writes will be discarded or
-- have undefined values written, reads and queries will return undefined
-- values. If this limit is 'Vulkan.Core10.FundamentalTypes.FALSE',
-- applications /must/ not perform these operations. See
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#memory-protected-access-rules>
-- for more information.
protectedNoFault :: Bool }
deriving (Typeable, Eq)
#if defined(GENERIC_INSTANCES)
Expand Down
18 changes: 12 additions & 6 deletions src/Vulkan/Core11/Promoted_From_VK_KHR_device_group.hs
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,9 @@ foreign import ccall
-- the same pipeline bind point
--
-- - #VUID-vkCmdDispatchBase-commandBuffer-02707# If @commandBuffer@ is
-- an unprotected command buffer, any resource accessed by the
-- an unprotected command buffer and
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#limits-protectedNoFault protectedNoFault>
-- is not supported, any resource accessed by the
-- 'Vulkan.Core10.Handles.Pipeline' object bound to the pipeline bind
-- point used by this command /must/ not be a protected resource
--
Expand Down Expand Up @@ -496,15 +498,19 @@ foreign import ccall
-- command
--
-- - #VUID-vkCmdDispatchBase-commandBuffer-02712# If @commandBuffer@ is a
-- protected command buffer, any resource written to by the
-- protected command buffer and
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#limits-protectedNoFault protectedNoFault>
-- is not supported, any resource written to by the
-- 'Vulkan.Core10.Handles.Pipeline' object bound to the pipeline bind
-- point used by this command /must/ not be an unprotected resource
--
-- - #VUID-vkCmdDispatchBase-commandBuffer-02713# If @commandBuffer@ is a
-- protected command buffer, pipeline stages other than the
-- framebuffer-space and compute stages in the
-- 'Vulkan.Core10.Handles.Pipeline' object bound to the pipeline bind
-- point used by this command /must/ not write to any resource
-- protected command buffer and
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#limits-protectedNoFault protectedNoFault>
-- is not supported, pipeline stages other than the framebuffer-space
-- and compute stages in the 'Vulkan.Core10.Handles.Pipeline' object
-- bound to the pipeline bind point used by this command /must/ not
-- write to any resource
--
-- - #VUID-vkCmdDispatchBase-commandBuffer-04617# If any of the shader
-- stages of the 'Vulkan.Core10.Handles.Pipeline' bound to the pipeline
Expand Down
16 changes: 11 additions & 5 deletions src/Vulkan/Core12.hs
Original file line number Diff line number Diff line change
Expand Up @@ -396,11 +396,17 @@ data PhysicalDeviceVulkan11Properties = PhysicalDeviceVulkan11Properties
-- drawing command recorded within a subpass of a multiview render pass
-- instance.
maxMultiviewInstanceIndex :: Word32
, -- | @protectedNoFault@ specifies the behavior of the implementation when
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#memory-protected-access-rules protected memory access rules>
-- are broken. If @protectedNoFault@ is
-- 'Vulkan.Core10.FundamentalTypes.TRUE', breaking those rules will not
-- result in process termination or device loss.
, -- | #limits-protectedNoFault# @protectedNoFault@ specifies how an
-- implementation behaves when an application attempts to write to
-- unprotected memory in a protected queue operation, read from protected
-- memory in an unprotected queue operation, or perform a query in a
-- protected queue operation. If this limit is
-- 'Vulkan.Core10.FundamentalTypes.TRUE', such writes will be discarded or
-- have undefined values written, reads and queries will return undefined
-- values. If this limit is 'Vulkan.Core10.FundamentalTypes.FALSE',
-- applications /must/ not perform these operations. See
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#memory-protected-access-rules ???>
-- for more information.
protectedNoFault :: Bool
, -- | #limits-maxPerSetDescriptors# @maxPerSetDescriptors@ is a maximum number
-- of descriptors (summed over all descriptor types) in a single descriptor
Expand Down
10 changes: 5 additions & 5 deletions src/Vulkan/Core12/Promoted_From_VK_KHR_create_renderpass2.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1904,17 +1904,17 @@ instance es ~ '[] => Zero (SubpassDependency2 es) where
--
-- - #VUID-VkRenderPassCreateInfo2-rasterizationSamples-04905# If the
-- pipeline is being created with fragment shader state, and the
-- VK_QCOM_render_pass_shader_resolve extension is enabled, and if
-- subpass has any input attachments, and if the subpass description
-- contains
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_QCOM_render_pass_shader_resolve VK_QCOM_render_pass_shader_resolve>
-- extension is enabled, and if subpass has any input attachments, and
-- if the subpass description contains
-- 'Vulkan.Core10.Enums.SubpassDescriptionFlagBits.SUBPASS_DESCRIPTION_FRAGMENT_REGION_BIT_QCOM',
-- then the sample count of the input attachments /must/ equal
-- @rasterizationSamples@
--
-- - #VUID-VkRenderPassCreateInfo2-sampleShadingEnable-04906# If the
-- pipeline is being created with fragment shader state, and the
-- VK_QCOM_render_pass_shader_resolve extension is enabled, and if the
-- subpass description contains
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_QCOM_render_pass_shader_resolve VK_QCOM_render_pass_shader_resolve>
-- extension is enabled, and if the subpass description contains
-- 'Vulkan.Core10.Enums.SubpassDescriptionFlagBits.SUBPASS_DESCRIPTION_FRAGMENT_REGION_BIT_QCOM',
-- then @sampleShadingEnable@ /must/ be false
--
Expand Down
13 changes: 8 additions & 5 deletions src/Vulkan/Core12/Promoted_From_VK_KHR_draw_indirect_count.hs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,9 @@ foreign import ccall
-- the same pipeline bind point
--
-- - #VUID-vkCmdDrawIndirectCount-commandBuffer-02707# If @commandBuffer@
-- is an unprotected command buffer, any resource accessed by the
-- is an unprotected command buffer and
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#limits-protectedNoFault protectedNoFault>
-- is not supported, any resource accessed by the
-- 'Vulkan.Core10.Handles.Pipeline' object bound to the pipeline bind
-- point used by this command /must/ not be a protected resource
--
Expand Down Expand Up @@ -1143,10 +1145,11 @@ foreign import ccall
-- the same pipeline bind point
--
-- - #VUID-vkCmdDrawIndexedIndirectCount-commandBuffer-02707# If
-- @commandBuffer@ is an unprotected command buffer, any resource
-- accessed by the 'Vulkan.Core10.Handles.Pipeline' object bound to the
-- pipeline bind point used by this command /must/ not be a protected
-- resource
-- @commandBuffer@ is an unprotected command buffer and
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#limits-protectedNoFault protectedNoFault>
-- is not supported, any resource accessed by the
-- 'Vulkan.Core10.Handles.Pipeline' object bound to the pipeline bind
-- point used by this command /must/ not be a protected resource
--
-- - #VUID-vkCmdDrawIndexedIndirectCount-None-04115# If a
-- 'Vulkan.Core10.Handles.ImageView' is accessed using @OpImageWrite@
Expand Down
4 changes: 2 additions & 2 deletions src/Vulkan/Extensions/VK_AMD_buffer_marker.hs
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
--
-- - Initial revision
--
-- = See Also
-- == See Also
--
-- 'cmdWriteBufferMarkerAMD'
--
-- = Document Notes
-- == Document Notes
--
-- For more information, see the
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_AMD_buffer_marker Vulkan Specification>
Expand Down
4 changes: 2 additions & 2 deletions src/Vulkan/Extensions/VK_AMD_device_coherent_memory.hs
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@
--
-- - Initial revision
--
-- = See Also
-- == See Also
--
-- 'PhysicalDeviceCoherentMemoryFeaturesAMD'
--
-- = Document Notes
-- == Document Notes
--
-- For more information, see the
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_AMD_device_coherent_memory Vulkan Specification>
Expand Down
4 changes: 2 additions & 2 deletions src/Vulkan/Extensions/VK_AMD_device_coherent_memory.hs-boot
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@
--
-- - Initial revision
--
-- = See Also
-- == See Also
--
-- 'PhysicalDeviceCoherentMemoryFeaturesAMD'
--
-- = Document Notes
-- == Document Notes
--
-- For more information, see the
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_AMD_device_coherent_memory Vulkan Specification>
Expand Down
4 changes: 2 additions & 2 deletions src/Vulkan/Extensions/VK_AMD_display_native_hdr.hs
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@
--
-- - Initial revision
--
-- = See Also
-- == See Also
--
-- 'DisplayNativeHdrSurfaceCapabilitiesAMD',
-- 'SwapchainDisplayNativeHdrCreateInfoAMD', 'setLocalDimmingAMD'
--
-- = Document Notes
-- == Document Notes
--
-- For more information, see the
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_AMD_display_native_hdr Vulkan Specification>
Expand Down
4 changes: 2 additions & 2 deletions src/Vulkan/Extensions/VK_AMD_display_native_hdr.hs-boot
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@
--
-- - Initial revision
--
-- = See Also
-- == See Also
--
-- 'DisplayNativeHdrSurfaceCapabilitiesAMD',
-- 'SwapchainDisplayNativeHdrCreateInfoAMD', 'setLocalDimmingAMD'
--
-- = Document Notes
-- == Document Notes
--
-- For more information, see the
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_AMD_display_native_hdr Vulkan Specification>
Expand Down
4 changes: 2 additions & 2 deletions src/Vulkan/Extensions/VK_AMD_draw_indirect_count.hs
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@
--
-- - Initial draft
--
-- = See Also
-- == See Also
--
-- 'cmdDrawIndexedIndirectCountAMD', 'cmdDrawIndirectCountAMD'
--
-- = Document Notes
-- == Document Notes
--
-- For more information, see the
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_AMD_draw_indirect_count Vulkan Specification>
Expand Down
Loading

0 comments on commit 7197ea9

Please sign in to comment.