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.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/user-guide/a2-target-specific-features.md b/docs/user-guide/a2-target-specific-features.md
new file mode 100644
index 000000000..e0d4ed9ba
--- /dev/null
+++ b/docs/user-guide/a2-target-specific-features.md
@@ -0,0 +1,14 @@
+
+---
+layout: user-guide
+---
+
+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. WebGPU