mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Remove overly noisy log
This commit is contained in:
parent
ab6fafb6eb
commit
44f60ba2f0
@ -115,8 +115,6 @@ bool VKRGraphicsPipeline::Create(VulkanContext *vulkan, VkRenderPass compatibleR
|
|||||||
pipe.basePipelineIndex = 0;
|
pipe.basePipelineIndex = 0;
|
||||||
pipe.subpass = 0;
|
pipe.subpass = 0;
|
||||||
|
|
||||||
INFO_LOG(G3D, "Creating pipeline... rpType: %08x sampleBits: %d (%s)", (u32)rpType, (u32)sampleCount, tag_.c_str());
|
|
||||||
|
|
||||||
double start = time_now_d();
|
double start = time_now_d();
|
||||||
VkPipeline vkpipeline;
|
VkPipeline vkpipeline;
|
||||||
VkResult result = vkCreateGraphicsPipelines(vulkan->GetDevice(), desc->pipelineCache, 1, &pipe, nullptr, &vkpipeline);
|
VkResult result = vkCreateGraphicsPipelines(vulkan->GetDevice(), desc->pipelineCache, 1, &pipe, nullptr, &vkpipeline);
|
||||||
|
Loading…
Reference in New Issue
Block a user