[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
+1 -1
View File
@@ -1191,7 +1191,7 @@ void TextureCache<P>::DownloadImageIntoBuffer(typename TextureCache<P>::Image* i
template <class P>
void TextureCache<P>::RefreshContents(Image& image, ImageId image_id) {
if (False(image.flags & ImageFlagBits::CpuModified)) {
// Only upload modified images
runtime.TransitionImageLayout(image);
return;
}