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/toc.html | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
(limited to 'docs/user-guide/toc.html')
diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html
index 5b48c0d9d..ad995fe7f 100644
--- a/docs/user-guide/toc.html
+++ b/docs/user-guide/toc.html
@@ -190,6 +190,30 @@
+
Target-specific features
+
+- SPIR-V specific functionalities
+
+- Experimental support for the older versions of SPIR-V
+- Combined texture sampler
+- System-Value semantics
+- Behavior of `discard` after SPIR-V 1.6
+- Supported HLSL features when targeting SPIR-V
+- Unsupported GLSL keywords when targeting SPIR-V
+- Supported atomic types for each target
+- ConstantBuffer, (RW/RasterizerOrdered)StructuredBuffer, (RW/RasterizerOrdered)ByteAddressBuffer
+- ParameterBlock for SPIR-V target
+- SPIR-V specific Compiler options
+- SPIR-V specific Attributes
+- Multiple entry points support
+- Memory pointer is experimental
+- Matrix type translation
+- Legalization
+- Tessellation
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3