Skip to content
Snippets Groups Projects

Resolve "Queues-Abfragen anpassen für Intel HD Graphics"

Merged Ghost User requested to merge 61-queuesIntelGraphicsAdaption into develop
+ 3
3
@@ -95,7 +95,7 @@ namespace vkcv {
found = true;
}
}
std::cerr << "Warning: not enought \"" << vk::to_string(qFlag) << "\"-Queues." << std::endl;
std::cerr << "Warning: not enough \"" << vk::to_string(qFlag) << "\"-Queues." << std::endl;
}
break;
case vk::QueueFlagBits::eCompute:
@@ -116,7 +116,7 @@ namespace vkcv {
found = true;
}
}
std::cerr << "Warning: not enought \"" << vk::to_string(qFlag) << "\"-Queues." << std::endl;
std::cerr << "Warning: not enough \"" << vk::to_string(qFlag) << "\"-Queues." << std::endl;
}
break;
case vk::QueueFlagBits::eTransfer:
@@ -137,7 +137,7 @@ namespace vkcv {
found = true;
}
}
std::cerr << "Warning: not enought \"" << vk::to_string(qFlag) << "\"-Queues." << std::endl;
std::cerr << "Warning: not enough \"" << vk::to_string(qFlag) << "\"-Queues." << std::endl;
}
break;
default:
Loading