summaryrefslogtreecommitdiff
path: root/docs/user-guide/a2-target-specific-features.md
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-11-21 03:47:14 +0800
committerGitHub <noreply@github.com>2024-11-20 11:47:14 -0800
commit54ec7553c20673c541298ac39b95ccd25542aa7a (patch)
tree4cb14b878ffb3e56d22a0ff891edd27d7dd6c63b /docs/user-guide/a2-target-specific-features.md
parenteb4ee724763ae5b9386d0f32e32eef4fc81a49a9 (diff)
Add link to metal docs and regen TOC (#5616)
* Add link to metal docs * Regenerate TOC --------- Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'docs/user-guide/a2-target-specific-features.md')
-rw-r--r--docs/user-guide/a2-target-specific-features.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/user-guide/a2-target-specific-features.md b/docs/user-guide/a2-target-specific-features.md
index 22d973dea..32be22f08 100644
--- a/docs/user-guide/a2-target-specific-features.md
+++ b/docs/user-guide/a2-target-specific-features.md
@@ -2,12 +2,12 @@
layout: user-guide
---
-Target-specific features
-============================
+# Target-specific features
Slang can produce code for a variety of targets. When producing code for a target, Slang attempts to translate HLSL intrinsics to the closes functionality provided by the target. In addition, Slang also support target specific intrinsics and language extensions that allow users to make best use of the target. This chapter documents all the important target-specific behaviors.
In this chapter:
-1. [SPIR-V target specific](a2-01-spirv-target-specific.md)
-2. Metal target specific
-3. [WGSL target specific](a2-03-wgsl-target-specific.md)
+
+1. [SPIR-V target specific](./a2-01-spirv-target-specific.md)
+2. [Metal target specific](./a2-02-metal-target-specific.md)
+3. [WGSL target specific](./a2-03-wgsl-target-specific.md)