Commit 1a75a30
authored
Don't pass through to DXIL.dll in DxcCreateInstance for CLSID_DxcValidator (#7409)
This change removes the code meant to pass through to DXIL.dll when
creating a CLSID_DxcValidator object with DxcCreateInstance.
Since the internal validator is now the default, and it will sign
shaders, there is no reason to pass through to DXIL.dll when using
DxcCreateInstance on DxCompiler.dll.
Testing will come with planned work to include the ability to globally
override the default validator to external.1 parent 6d67e4a commit 1a75a30
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 90 | + | |
95 | 91 | | |
96 | 92 | | |
97 | 93 | | |
| |||
0 commit comments