mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 15:36:33 +00:00
Demote a log print to a debug log
This commit is contained in:
@@ -525,8 +525,8 @@ VkResult WrappedVulkan::vkCreateGraphicsPipelines(VkDevice device, VkPipelineCac
|
||||
VkResourceRecord *baserecord = GetRecord(pCreateInfos[i].basePipelineHandle);
|
||||
record->AddParent(baserecord);
|
||||
|
||||
RDCLOG("Creating pipeline %llu base is %llu", record->GetResourceID(),
|
||||
baserecord->GetResourceID());
|
||||
RDCDEBUG("Creating pipeline %llu base is %llu", record->GetResourceID(),
|
||||
baserecord->GetResourceID());
|
||||
}
|
||||
else if(pCreateInfos[i].basePipelineIndex != -1 && pCreateInfos[i].basePipelineIndex < (int)i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user