[dxvk] Remove error logging from updateResourceBindings

It's not super useful to emit log messages in the hottest code path, and
for some reason GCC compiles some stringstream initialization code into
those parts of the function that are unconditionally executed.
This commit is contained in:
Philip Rebohle 2022-06-27 21:00:22 +02:00
parent 0e38b11569
commit 1296890083
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 1 additions and 1 deletions

View File

@ -4272,7 +4272,7 @@ namespace dxvk {
} break;
default:
Logger::err(str::format("DxvkContext: Unhandled descriptor type: ", binding.descriptorType));
break;
}
k += 1;