This commit is contained in:
lizzie
2026-04-25 17:48:48 +00:00
committed by crueter
parent 6f8098e6a6
commit 3d466c691c
@@ -873,6 +873,7 @@ void Device::ReportLoss() const {
s += fmt::format("{:02x} ", vendor_binary_data[i]);
s += "\n";
}
LOG_INFO(Render_Vulkan, "{}", s);
}
// Wait for the log to flush and for Nsight Aftermath to dump the results