summaryrefslogtreecommitdiff
path: root/docs/user-guide/a2-target-specific-features.md
diff options
context:
space:
mode:
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)