Skip to content

Commit 86eff26

Browse files
committed
fix some 404 link errors.
1 parent 2089e33 commit 86eff26

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

chapters/versions.adoc

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ link:https://docs.vulkan.org/spec/latest/appendices/versions.html#versions-1.1[V
8686

8787
Subgroups provide a way for invocations within a workgroup to communicate with each other without using shared memory or barriers. This enables more efficient parallel algorithms and can significantly improve performance for certain workloads.
8888

89-
link:https://docs.vulkan.org/spec/latest/chapters/subgroups.html[Vulkan Spec: Subgroups] |
90-
link:https://github.com/KhronosGroup/Vulkan-Samples/tree/main/samples/extensions/subgroup_operations[Vulkan Sample: Subgroup Operations]
89+
link:https://registry.khronos.org/vulkan/specs/latest/html/vkspec.html[Vulkan Spec: Subgroups] |
90+
link:https://github.com/KhronosGroup/Vulkan-Samples/tree/main/samples/extensions[Vulkan Samples: Extensions]
9191

9292
Key capabilities:
9393

@@ -112,8 +112,8 @@ Key capabilities:
112112

113113
Device groups allow an application to treat multiple physical devices as a single logical device, enabling features like:
114114

115-
link:https://docs.vulkan.org/spec/latest/chapters/devsandqueues.html#devsandqueues-device-groups[Vulkan Spec: Device Groups] |
116-
link:https://github.com/KhronosGroup/Vulkan-Samples/tree/main/samples/extensions/device_group[Vulkan Sample: Device Group]
115+
link:https://registry.khronos.org/vulkan/specs/latest/html/vkspec.html[Vulkan Spec: Device Groups] |
116+
link:https://github.com/KhronosGroup/Vulkan-Samples/tree/main/samples/extensions[Vulkan Samples: Extensions]
117117

118118
* Cross-device memory operations
119119
* Peer-to-peer memory access
@@ -188,8 +188,7 @@ link:https://github.com/KhronosGroup/Vulkan-Samples/tree/main/samples/extensions
188188

189189
Enhanced atomic operations in shaders:
190190

191-
link:https://docs.vulkan.org/spec/latest/chapters/spirvenv.html#spirvenv-capabilities-table-64-bit-atomics[Vulkan Spec: 64-bit Atomics] |
192-
link:https://docs.vulkan.org/spec/latest/chapters/spirvenv.html#spirvenv-capabilities-table-float-atomics[Vulkan Spec: Float Atomics]
191+
link:https://docs.vulkan.org/spec/latest/appendices/spirvenv.html#spirvenv-capabilities[Vulkan Spec: SPIR-V Capabilities]
193192

194193
* 64-bit integer atomics
195194
* Floating-point atomics
@@ -244,8 +243,8 @@ link:https://github.com/KhronosGroup/Vulkan-Samples/tree/main/samples/extensions
244243

245244
Extended dynamic state allows more pipeline states to be specified at command buffer recording time:
246245

247-
link:https://docs.vulkan.org/spec/latest/chapters/pipelines.html#vertexinput-dynamic-state[Vulkan Spec: Extended Dynamic State] |
248-
link:https://github.com/KhronosGroup/Vulkan-Samples/tree/main/samples/extensions/extended_dynamic_state[Vulkan Sample: Extended Dynamic State]
246+
link:https://docs.vulkan.org/features/latest/features/proposals/VK_EXT_extended_dynamic_state3.html[Vulkan Spec: Extended Dynamic State] |
247+
link:https://github.com/KhronosGroup/Vulkan-Samples/tree/main/samples/extensions[Vulkan Samples: Extensions]
249248

250249
* Vertex input bindings and attributes
251250
* Primitive topology
@@ -327,11 +326,11 @@ link:https://registry.khronos.org/vulkan/specs/latest/man/html/VK_KHR_shader_flo
327326

328327
=== Other Notable Features
329328

330-
* Push Descriptor: Update descriptors directly in command buffers (link:https://registry.khronos.org/vulkan/specs/latest/man/html/VK_KHR_push_descriptor.html#_description[Spec])
331-
* Index Type UINT8: Support for 8-bit indices (link:https://registry.khronos.org/vulkan/specs/latest/man/html/VK_KHR_index_type_uint8.html#_description[Spec])
332-
* Host Image Copy: Copy image data directly from host memory (link:https://registry.khronos.org/vulkan/specs/latest/man/html/VK_EXT_host_image_copy.html#_description[Spec])
333-
* Pipeline Protected Access: More flexible protected memory access (link:https://registry.khronos.org/vulkan/specs/latest/man/html/VK_EXT_pipeline_protected_access.html#_description[Spec])
334-
* Pipeline Robustness: Improved handling of out-of-bounds accesses (link:https://registry.khronos.org/vulkan/specs/latest/man/html/VK_EXT_pipeline_robustness.html#_description[Spec])
329+
* Push Descriptor: Update descriptors directly in command buffers link:https://registry.khronos.org/vulkan/specs/latest/man/html/VK_KHR_push_descriptor.html#_description[Spec]
330+
* Index Type UINT8: Support for 8-bit indices link:https://registry.khronos.org/vulkan/specs/latest/man/html/VK_KHR_index_type_uint8.html#_description[Spec]
331+
* Host Image Copy: Copy image data directly from host memory link:https://registry.khronos.org/vulkan/specs/latest/man/html/VK_EXT_host_image_copy.html#_description[Spec]
332+
* Pipeline Protected Access: More flexible protected memory access link:https://registry.khronos.org/vulkan/specs/latest/man/html/VK_EXT_pipeline_protected_access.html#_description[Spec]
333+
* Pipeline Robustness: Improved handling of out-of-bounds accesses link:https://registry.khronos.org/vulkan/specs/latest/man/html/VK_EXT_pipeline_robustness.html#_description[Spec]
335334

336335
== Porting from Vulkan 1.0 to Any Version
337336

0 commit comments

Comments
 (0)