mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-26 23:57:03 +02:00
[vk, scheduler] Applying finising call for TF when it's not getting used
This commit is contained in:
parent
3b0d7f6212
commit
f0361247ca
1 changed files with 1 additions and 0 deletions
|
|
@ -333,6 +333,7 @@ void Scheduler::EndRenderPass()
|
||||||
}
|
}
|
||||||
|
|
||||||
query_cache->CounterEnable(VideoCommon::QueryType::ZPassPixelCount64, false);
|
query_cache->CounterEnable(VideoCommon::QueryType::ZPassPixelCount64, false);
|
||||||
|
query_cache->CounterEnable(VideoCommon::QueryType::StreamingByteCount, false);
|
||||||
query_cache->NotifySegment(false);
|
query_cache->NotifySegment(false);
|
||||||
|
|
||||||
Record([num_images = num_renderpass_images,
|
Record([num_images = num_renderpass_images,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue