summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/DirectX/DXILRootSignature.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/DirectX/DXILRootSignature.h')
-rw-r--r--llvm/lib/Target/DirectX/DXILRootSignature.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/DirectX/DXILRootSignature.h b/llvm/lib/Target/DirectX/DXILRootSignature.h
index 3f25551b2b5e..b45cebc15fd3 100644
--- a/llvm/lib/Target/DirectX/DXILRootSignature.h
+++ b/llvm/lib/Target/DirectX/DXILRootSignature.h
@@ -31,6 +31,7 @@ enum class RootSignatureElementKind {
SRV = 3,
UAV = 4,
CBV = 5,
+ DescriptorTable = 6,
};
class RootSignatureAnalysis : public AnalysisInfoMixin<RootSignatureAnalysis> {
friend AnalysisInfoMixin<RootSignatureAnalysis>;