Skip to content

Commit

Permalink
ignore not handled queue familiy
Browse files Browse the repository at this point in the history
K1ngst0m committed Jan 15, 2024
1 parent 8b9d17b commit 789006b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions engine/api/vulkan/physicalDevice.cpp
Original file line number Diff line number Diff line change
@@ -33,10 +33,10 @@ PhysicalDevice::PhysicalDevice(HandleType handle) : ResourceHandle(handle)
VK_LOG_DEBUG("Found transfer queue %lu", queueFamilyIndex);
m_queueFamilyMap[QueueType::Transfer].push_back(queueFamilyIndex);
}
else
{
APH_ASSERT(false);
}
// else
// {
// APH_ASSERT(false);
// }
}
}
vkGetPhysicalDeviceProperties(getHandle(), &m_properties);

0 comments on commit 789006b

Please sign in to comment.