Skip to content

Commit d1044fe

Browse files
committed
add docs
1 parent 05c9523 commit d1044fe

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7784,7 +7784,14 @@ and https://microsoft.github.io/hlsl-specs/proposals/0013-wave-size-range.html
77847784
}
77857785

77867786
def HLSLRootSignatureDocs : Documentation {
7787-
let Category = DocCatUndocumented;
7787+
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+
}];
77887795
}
77897796

77907797
def NumThreadsDocs : Documentation {

0 commit comments

Comments
 (0)