mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Remove an old debug print
This commit is contained in:
@@ -712,8 +712,6 @@ VkResult WrappedVulkan::vkCreateDevice(
|
||||
|
||||
SAFE_DELETE_ARRAY(props);
|
||||
|
||||
RDCDEBUG("Might want to fiddle with createinfo - e.g. to remove VK_RenderDoc from set of extensions or similar");
|
||||
|
||||
m_QueueFamilies.resize(createInfo.queueCreateInfoCount);
|
||||
for(size_t i=0; i < m_QueueFamilies.size(); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user