Browse Source

fx

lizzie/vk-ext-fault-info
lizzie 1 month ago
committed by crueter
parent
commit
79bce5fb03
  1. 1
      src/video_core/vulkan_common/vulkan_device.cpp

1
src/video_core/vulkan_common/vulkan_device.cpp

@ -819,6 +819,7 @@ void Device::ReportLoss() const {
s += fmt::format("{:02x} ", vendor_binary_data[i]); s += fmt::format("{:02x} ", vendor_binary_data[i]);
s += "\n"; s += "\n";
} }
LOG_INFO(Render_Vulkan, "{}", s);
} }
// Wait for the log to flush and for Nsight Aftermath to dump the results // Wait for the log to flush and for Nsight Aftermath to dump the results

Loading…
Cancel
Save