Skip to content

Commit

Permalink
Merge pull request #278 from spencer-lunarg/spencer-lunarg-277
Browse files Browse the repository at this point in the history
Apply #277 to other languages
  • Loading branch information
marty-johnson59 authored Oct 7, 2024
2 parents af46e23 + aa8a907 commit beb297f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/jp/chapters/spirv_extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPIR-V は中間言語であり、API ではないことを忘れてはいけま

== SPIR-V 拡張機能の例

この例では、 link:https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VK_KHR_shader_atomic_int64.html[VK_KHR_8bit_storage] と link:http://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_8bit_storage.html[SPV_KHR_8bit_storage] を使用して、`UniformAndStorageBuffer8BitAccess` 機能を公開します。SPIR-V を逆アセンブルすると、以下のようになります。
この例では、 link:https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VK_KHR_8bit_storage.html[VK_KHR_8bit_storage] と link:http://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_8bit_storage.html[SPV_KHR_8bit_storage] を使用して、`UniformAndStorageBuffer8BitAccess` 機能を公開します。SPIR-V を逆アセンブルすると、以下のようになります。

[source,swift]
----
Expand Down
2 changes: 1 addition & 1 deletion lang/kor/chapters/spirv_extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SPIR-V는 중간 언어이지 API가 아니라는 것을 잊어서는 안 됩니

== SPIR-V 확장 기능 예제

이 예제에서는 link:https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_shader_atomic_int64.html[VK_KHR_8bit_storage] 와 link:http://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_8bit_storage.html[SPV_KHR_8bit_storage]를 사용하여 `UniformAndStorageBuffer8BitAccess` 기능을 공개합니다. 다음은 SPIR-V의 디스어셈블리 모습입니다:
이 예제에서는 link:https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_8bit_storage.html[VK_KHR_8bit_storage] 와 link:http://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_8bit_storage.html[SPV_KHR_8bit_storage]를 사용하여 `UniformAndStorageBuffer8BitAccess` 기능을 공개합니다. 다음은 SPIR-V의 디스어셈블리 모습입니다:

[source,swift]
----
Expand Down

0 comments on commit beb297f

Please sign in to comment.