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 56e3fc4 commit a178949Copy full SHA for a178949
llvm/utils/gn/secondary/llvm/lib/Frontend/HLSL/BUILD.gn
@@ -7,6 +7,8 @@ static_library("HLSL") {
7
sources = [
8
"CBuffer.cpp",
9
"HLSLResource.cpp",
10
- "HLSLRootSignatureUtils.cpp",
+ "HLSLRootSignature.cpp",
11
+ "RootSignatureMetadata.cpp",
12
+ "RootSignatureValidations.cpp",
13
]
14
}
0 commit comments