mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-19 05:57:09 +00:00
Soften errors if D3D12 fails to load
This commit is contained in:
@@ -524,8 +524,8 @@ void RenderDoc::ProcessGlobalEnvironment(GlobalEnvironment env, const std::vecto
|
||||
}
|
||||
else
|
||||
{
|
||||
RDCERR("Couldn't create proxy replay driver for %s: %s", ToStr(driverType).c_str(),
|
||||
ToStr(status).c_str());
|
||||
RDCWARN("Couldn't create proxy replay driver for %s: %s", ToStr(driverType).c_str(),
|
||||
ToStr(status).c_str());
|
||||
}
|
||||
|
||||
if(driver)
|
||||
|
||||
Reference in New Issue
Block a user