mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 13:30:44 +00:00
Print a message showing which physical device was used on capture
This commit is contained in:
@@ -3346,6 +3346,9 @@ VkResult WrappedVulkan::vkCreateDevice(VkPhysicalDevice physicalDevice,
|
||||
{
|
||||
InitDeviceTable(*pDevice, gdpa);
|
||||
|
||||
RDCLOG("Created capture device from physical device %d",
|
||||
m_PhysicalDevices.indexOf(physicalDevice));
|
||||
|
||||
ResourceId id = GetResourceManager()->WrapResource(*pDevice, *pDevice);
|
||||
|
||||
if(IsCaptureMode(m_State))
|
||||
|
||||
Reference in New Issue
Block a user