[clang] HLSL availability diagnostics design doc (PR #92207)
Helena Kotas via cfe-commits
cfe-commits at lists.llvm.org
Thu May 16 19:05:13 PDT 2024
================
@@ -0,0 +1,53 @@
+=============================
+HLSL Availability Diagnostics
+=============================
+
+.. contents::
+ :local:
+
+Introduction
+============
+
+HLSL availability diagnostics emits errors or warning when unavailable shader APIs are used. Unavailable shader APIs are APIs that are exposed in HLSL code but are not available in the target shader stage or shader model version.
----------------
hekota wrote:
Done.
https://github.com/llvm/llvm-project/pull/92207
More information about the cfe-commits
mailing list