summaryrefslogtreecommitdiff
path: root/docs/user-guide/a2-target-specific-features.md
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2024-08-30 22:10:19 -0700
committerGitHub <noreply@github.com>2024-08-30 22:10:19 -0700
commit3033b4217aac5a6d11bfeee61d896c98abf77dfc (patch)
tree8d9073015e636062c02c9015095b0afae8a12b66 /docs/user-guide/a2-target-specific-features.md
parentca2317a28814c2ffe6427470be57df6d778b1358 (diff)
User guide page for SPIR-V target specific information (#4815)
Adding a user guide page for SPIR-V specific features.
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