File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -21,23 +21,5 @@ struct RootSignatureDesc {
2121
2222 void write (raw_ostream &OS) const ;
2323};
24-
25- struct RootConstants {
26- uint32_t ShaderRegister;
27- uint32_t RegisterSpace;
28- uint32_t Num32BitValues;
29-
30- void write (raw_ostream &OS);
31- };
32-
33- struct RootParameter {
34- dxbc::RootParameterType ParameterType;
35- union {
36- RootConstants Constants;
37- };
38- dxbc::ShaderVisibilityFlag ShaderVisibility;
39-
40- void write (raw_ostream &OS);
41- };
4224} // namespace mcdxbc
4325} // namespace llvm
Original file line number Diff line number Diff line change 77// ===----------------------------------------------------------------------===//
88
99#include " llvm/MC/DXContainerRootSignature.h"
10- #include " llvm/BinaryFormat/DXContainer.h"
1110#include " llvm/Support/EndianStream.h"
12- #include < cstdint>
1311
1412using namespace llvm ;
1513using namespace llvm ::mcdxbc;
You can’t perform that action at this time.
0 commit comments