Skip to content

Commit

Permalink
Fix wrong link on spirv_extensions.adoc (#277)
Browse files Browse the repository at this point in the history
Link was pointing to 64 bit atomics extension instead of 8 bit storage.
  • Loading branch information
burak-efe authored Sep 17, 2024
1 parent 3e99487 commit da6b213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/spirv_extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is important to remember that SPIR-V is an intermediate language and not an A

== SPIR-V Extension Example

For this example, the link:https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_shader_atomic_int64.html[VK_KHR_8bit_storage] and link:http://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_8bit_storage.html[SPV_KHR_8bit_storage] will be used to expose the `UniformAndStorageBuffer8BitAccess` capability. The following is what the SPIR-V disassembled looks like:
For this example, the link:https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_8bit_storage.html[VK_KHR_8bit_storage] and link:http://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_8bit_storage.html[SPV_KHR_8bit_storage] will be used to expose the `UniformAndStorageBuffer8BitAccess` capability. The following is what the SPIR-V disassembled looks like:

[source,swift]
----
Expand Down

0 comments on commit da6b213

Please sign in to comment.