Fix format string - IDs are 64-bit

This commit is contained in:
baldurk
2017-01-04 16:54:54 +00:00
parent 079cc7a8db
commit a4ebf68e9d
+2 -1
View File
@@ -2159,7 +2159,8 @@ void WrappedVulkan::Apply_InitialState(WrappedVkRes *live,
if(IsBlockFormat(m_ImageLayouts[id].format))
{
RDCWARN(
"Trying to clear a compressed image %u - should have initial states or be stripped.",
"Trying to clear a compressed image %llu - should have initial states or be "
"stripped.",
id);
return;
}