[vulkan] Removed counter enable for ZPassPixelCount64 in Clear method and added initial layout transition for images in RefreshContents

This commit is contained in:
CamilleLaVey
2026-03-05 23:17:15 -04:00
committed by lizzie
parent 12fdd88a58
commit 9630da580d
2 changed files with 1 additions and 2 deletions
@@ -481,7 +481,6 @@ void RasterizerVulkan::Clear(u32 layer_count) {
scheduler.RequestRenderpass(framebuffer);
query_cache.NotifySegment(true);
query_cache.CounterEnable(VideoCommon::QueryType::ZPassPixelCount64, maxwell3d->regs.zpass_pixel_count_enable);
u32 up_scale = 1;
u32 down_shift = 0;
if (texture_cache.IsRescaling()) {