Skip to content
Snippets Groups Projects
Commit bd052c27 authored by Sebastian Gaida's avatar Sebastian Gaida
Browse files

[#61] typo

parent a3b03470
No related branches found
No related tags found
1 merge request!46Resolve "Queues-Abfragen anpassen für Intel HD Graphics"
Pipeline #25479 passed
...@@ -95,7 +95,7 @@ namespace vkcv { ...@@ -95,7 +95,7 @@ namespace vkcv {
found = true; 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; break;
case vk::QueueFlagBits::eCompute: case vk::QueueFlagBits::eCompute:
...@@ -116,7 +116,7 @@ namespace vkcv { ...@@ -116,7 +116,7 @@ namespace vkcv {
found = true; 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; break;
case vk::QueueFlagBits::eTransfer: case vk::QueueFlagBits::eTransfer:
...@@ -137,7 +137,7 @@ namespace vkcv { ...@@ -137,7 +137,7 @@ namespace vkcv {
found = true; 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; break;
default: default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment