Skip to content
Snippets Groups Projects
Verified Commit 81f366ad authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#55] AMD got fancy colors now

parent 9bfce11c
No related branches found
No related tags found
1 merge request!67Resolve "Mipmapping"
Pipeline #25846 passed
......@@ -443,7 +443,7 @@ namespace vkcv {
const auto& device = m_core->getContext().getDevice();
SubmitInfo submitInfo;
submitInfo.queueType = QueueType::Transfer;
submitInfo.queueType = QueueType::Graphics;
if (handle.isSwapchainImage()) {
vkcv_log(vkcv::LogLevel::ERROR, "You cannot generate a mip chain for the swapchain, what are you smoking?");
......
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