Commit 46a45bc
committed
Don't pass through to DXIL.dll in DxcCreateInstance for CLSID_DxcValidator
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.1 parent 6d67e4a commit 46a45bc
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