From 3033b4217aac5a6d11bfeee61d896c98abf77dfc Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Fri, 30 Aug 2024 22:10:19 -0700 Subject: User guide page for SPIR-V target specific information (#4815) Adding a user guide page for SPIR-V specific features. --- docs/user-guide/a2-target-specific-features.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/user-guide/a2-target-specific-features.md (limited to 'docs/user-guide/a2-target-specific-features.md') 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 -- cgit v1.2.3