[vk, scheduler] Applying finising call for TF when it's not getting used
This commit is contained in:
parent
352da451c0
commit
79b78de780
|
|
@ -296,6 +296,7 @@ void Scheduler::EndRenderPass()
|
|||
}
|
||||
|
||||
query_cache->CounterEnable(VideoCommon::QueryType::ZPassPixelCount64, false);
|
||||
query_cache->CounterEnable(VideoCommon::QueryType::StreamingByteCount, false);
|
||||
query_cache->NotifySegment(false);
|
||||
|
||||
Record([num_images = num_renderpass_images,
|
||||
|
|
|
|||
Loading…
Reference in New Issue