mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-20 21:46:52 +00:00
Don't pass rdcstr through varargs for log print
This commit is contained in:
@@ -1500,7 +1500,7 @@ void VulkanReplay::FetchVSOut(uint32_t eventId, VulkanRenderState &state)
|
||||
if(refl->inputSignature[i].regIndex >= MeshOutputBufferArraySize)
|
||||
{
|
||||
RDCERR("Input %s refers to attribute %u which is out of our array size %u",
|
||||
refl->inputSignature[i].varName, refl->inputSignature[i].regIndex,
|
||||
refl->inputSignature[i].varName.c_str(), refl->inputSignature[i].regIndex,
|
||||
MeshOutputBufferArraySize);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user