Browse Source
[vk, scheduler] Applying finising call for TF when it's not getting used
true-eds
CamilleLaVey
4 weeks ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with
1 additions and
0 deletions
-
src/video_core/renderer_vulkan/vk_scheduler.cpp
|
|
|
@ -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, |
|
|
|
|