mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-01 07:24:12 +01:00
[dxgi] Removed leftover debug message
This commit is contained in:
parent
596541ed02
commit
178a8c7c4b
@ -138,11 +138,8 @@ namespace dxvk {
|
||||
if (mode != DxgiFormatMode::Depth) {
|
||||
auto color = m_colorFormats.find(format);
|
||||
|
||||
if (color != m_colorFormats.end()) {
|
||||
if (color->second.format == static_cast<VkFormat>(38))
|
||||
Logger::err(str::format(format));
|
||||
if (color != m_colorFormats.end())
|
||||
return color->second;
|
||||
}
|
||||
}
|
||||
|
||||
if (mode != DxgiFormatMode::Color) {
|
||||
|
Loading…
Reference in New Issue
Block a user