mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 16:36:31 +00:00
Fix format string - IDs are 64-bit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user