Skip to content
Snippets Groups Projects
Verified Commit 4a689ae5 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#16][Fix] Fix compiler error

parent 682a8125
No related branches found
No related tags found
4 merge requests!12Resolve "Swapchain Class",!7Resolve "Shader Program Class",!5Resolve "Pipeline State Object",!4Resolve "Renderpass Class"
Pipeline #24773 passed
......@@ -132,7 +132,7 @@ namespace vkcv
int index = minElem - prios.begin();
std::cout << "index: "<< index << std::endl;
newFlags.push_back(queueFlags[index]);
prios[index] = INT_MAX;
prios[index] = std::numeric_limits<int>::max();
}
std::cout << "Sorted queue flags:" << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment