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 4d5079c commit ce73177Copy full SHA for ce73177
clang/include/clang/Basic/AttrDocs.td
@@ -7063,6 +7063,7 @@ The full documentation is available here: https://learn.microsoft.com/en-us/wind
7063
7064
def HLSLParamQualifierDocs : Documentation {
7065
let Category = DocCatVariable;
7066
+ let Heading = "HLSL Parameter Modifiers";
7067
let Content = [{
7068
HLSL function parameters are passed by value. Parameter declarations support
7069
three qualifiers to denote parameter passing behavior. The three qualifiers are
0 commit comments