Skip to content

Commit fde2b30

Browse files
committed
define root signature versions
1 parent 87b13ad commit fde2b30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/include/llvm/Support/DXILABI.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ enum class SamplerFeedbackType : uint32_t {
9999
const unsigned MinWaveSize = 4;
100100
const unsigned MaxWaveSize = 128;
101101

102+
// D3D_ROOT_SIGNATURE_VERSION
103+
enum class RootSignatureVersion {
104+
rootsig_1_0 = 0x1,
105+
rootsig_1_1 = 0x2,
106+
};
107+
102108
} // namespace dxil
103109
} // namespace llvm
104110

0 commit comments

Comments
 (0)