mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-14 10:36:43 +00:00
Demote DXIL validation step to warning as it's not reliable
This commit is contained in:
@@ -551,9 +551,9 @@ ProgramEditor::~ProgramEditor()
|
||||
SAFE_RELEASE(blob);
|
||||
|
||||
if(err.empty())
|
||||
RDCERR("DXIL validation failed but couldn't get error string");
|
||||
RDCWARN("DXIL validation failed but couldn't get error string");
|
||||
else
|
||||
RDCERR("DXIL validation failed: %s", err.c_str());
|
||||
RDCWARN("DXIL validation failed: %s", err.c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user