Disable DXIL validator entirely as it sometimes crashes on valid code

This commit is contained in:
baldurk
2022-02-11 16:44:55 +00:00
parent 745bff2eeb
commit 874134da70
@@ -497,7 +497,7 @@ ProgramEditor::~ProgramEditor()
// replace the DXIL bytecode in the container with
DXBC::DXBCContainer::ReplaceChunk(m_OutBlob, DXBC::FOURCC_DXIL, EncodeProgram());
#if ENABLED(RDOC_DEVEL)
#if ENABLED(RDOC_DEVEL) && 0
// on debug builds, run through dxil for "validation" if it's available.
// we need BOTH of htese because dxil.dll's interface is incomplete, it lacks the library
// functionality that we only need to create blobs