[llvm] [DirectX] Documenting Root Signature Binary representation (PR #131011)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 19 10:17:25 PDT 2025
================
@@ -111,7 +111,7 @@ FXC are marked with \*.
#. `PSV0`_ - Stores Pipeline State Validation data.
#. RDAT†- Stores Runtime Data.
#. RDEF\* - Stores resource definitions.
-#. RTS0 - Stores compiled root signature.
+#. `RTS0`_ - Stores compiled root signature.
#. `SFI0`_ - Stores shader feature flags.
----------------
bogner wrote:
It's odd that the order here doesn't match the order of the sections later. Probably makes sense to insert the new content right before the SFI0 section rather than right after.
https://github.com/llvm/llvm-project/pull/131011
More information about the llvm-commits
mailing list