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 {
21
21
22
22
void write (raw_ostream &OS) const ;
23
23
};
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
- };
42
24
} // namespace mcdxbc
43
25
} // namespace llvm
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " llvm/MC/DXContainerRootSignature.h"
10
- #include " llvm/BinaryFormat/DXContainer.h"
11
10
#include " llvm/Support/EndianStream.h"
12
- #include < cstdint>
13
11
14
12
using namespace llvm ;
15
13
using namespace llvm ::mcdxbc;
You can’t perform that action at this time.
0 commit comments