mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Reduce error to warning to prevent debugbreaks
This commit is contained in:
@@ -50,7 +50,7 @@ struct NVVulkanCounters::Impl
|
||||
{
|
||||
if(!NVCounterEnumerator::InitializeNvPerf())
|
||||
{
|
||||
RDCERR("NvPerf library failed to initialize");
|
||||
RDCWARN("NvPerf library failed to initialize");
|
||||
LibraryNotFound = true;
|
||||
|
||||
// NOTE: Return success here so that we can later show a message
|
||||
|
||||
Reference in New Issue
Block a user