Skip to content

Commit 0597b14

Browse files
committed
- Update README with GitHub repository link for sample
1 parent 160e617 commit 0597b14

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • samples/extensions/shader_relaxed_extended_instruction

samples/extensions/shader_relaxed_extended_instruction/README.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
- limitations under the License.
1717
-
1818
////
19+
20+
ifdef::site-gen-antora[]
21+
TIP: The source for this sample can be found in the https://github.com/KhronosGroup/Vulkan-Samples/tree/main/samples/extensions/shader_relaxed_extended[Khronos Vulkan samples github repository].
22+
endif::[]
23+
1924
= VK_KHR_shader_relaxed_extended_instruction — Enable SPIR-V relaxed extended instruction for non-semantic sets
2025

2126
This sample demonstrates the device feature VK_KHR_shader_relaxed_extended_instruction and how it relates to SPV_KHR_relaxed_extended_instruction in SPIR-V. The SPIR-V extension introduces a new instruction that allows certain forward references in extended instruction sets used by non-semantic information (for example, the NonSemantic.DebugPrintf instruction set used by GL_EXT_debug_printf). In Vulkan, those non-semantic instruction sets are allowed via VK_KHR_shader_non_semantic_info.

0 commit comments

Comments
 (0)