Skip to content

Commit 17ab0b9

Browse files
committed
GS:VK: Log on pipeline compile fail
1 parent 94f1f4a commit 17ab0b9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pcsx2/GS/Renderers/Vulkan/GSDeviceVK.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5141,6 +5141,10 @@ VkPipeline GSDeviceVK::CreateTFXPipeline(const PipelineSelector& p)
51415141
Vulkan::SetObjectName(
51425142
m_device, pipeline, "TFX Pipeline %08X/%016" PRIX64 "_%016" PRIX64, p.vs.key, p.ps.key_hi, p.ps.key_lo);
51435143
}
5144+
else
5145+
{
5146+
Console.Error("Failed to compile pipeline %x.%llx:%16llx.%x.%x.%x.%x", p.vs.key, p.ps.key_hi, p.ps.key_lo, p.key, p.bs.key, p.dss.key, p.cms.key);
5147+
}
51445148

51455149
return pipeline;
51465150
}

0 commit comments

Comments
 (0)