We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecb037 commit 18c0f31Copy full SHA for 18c0f31
clang/include/clang/Basic/AttrDocs.td
@@ -7784,7 +7784,14 @@ and https://microsoft.github.io/hlsl-specs/proposals/0013-wave-size-range.html
7784
}
7785
7786
def HLSLRootSignatureDocs : Documentation {
7787
- let Category = DocCatUndocumented;
+ let Category = DocCatFunction;
7788
+ let Content = [{
7789
+The ``RootSignature`` attribute applies to HLSL entry functions to define what
7790
+types of resources are bound to the graphics pipeline.
7791
+
7792
+For details about the use and specification of Root Signatures please see here:
7793
+https://learn.microsoft.com/en-us/windows/win32/direct3d12/root-signatures
7794
+ }];
7795
7796
7797
def NumThreadsDocs : Documentation {
0 commit comments