mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove log output
This commit is contained in:
parent
f54aa53a8b
commit
c3f48ecd6f
1 changed files with 0 additions and 3 deletions
|
@ -4,9 +4,6 @@
|
|||
|
||||
void VulkanBarrier::Flush(VkCommandBuffer cmd) {
|
||||
if (!imageBarriers_.empty()) {
|
||||
if (imageBarriers_.size() >= 3) {
|
||||
NOTICE_LOG(G3D, "barriers: %d", (int)imageBarriers_.size());
|
||||
}
|
||||
vkCmdPipelineBarrier(cmd, srcStageMask_, dstStageMask_, 0, 0, nullptr, 0, nullptr, (uint32_t)imageBarriers_.size(), imageBarriers_.data());
|
||||
}
|
||||
imageBarriers_.clear();
|
||||
|
|
Loading…
Add table
Reference in a new issue