Browse Source
Revert "[vk, scheduler] Applying finising call for TF when it's not getting used"
This reverts commit c06b2598e8.
pull/3251/head
Caio Oliveira
3 months ago
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with
0 additions and
1 deletions
-
src/video_core/renderer_vulkan/vk_scheduler.cpp
|
|
@ -296,7 +296,6 @@ 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, |
|
|
|