From ac061b2fe10a66af36b3f89ed62c1f0b34d05ce4 Mon Sep 17 00:00:00 2001 From: Asuka <6732524+Inori@users.noreply.github.com> Date: Wed, 13 Jul 2022 08:01:59 +0800 Subject: [PATCH] ignore --- GPCS4/Graphics/Gcn/GcnHeader.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GPCS4/Graphics/Gcn/GcnHeader.cpp b/GPCS4/Graphics/Gcn/GcnHeader.cpp index 2a102d7c..f2da9f16 100644 --- a/GPCS4/Graphics/Gcn/GcnHeader.cpp +++ b/GPCS4/Graphics/Gcn/GcnHeader.cpp @@ -187,6 +187,9 @@ namespace sce::gcn // but no identical method for Nvidia GPU. // So we need to use OpImageFetch to replace OpImageRead, // thus to declare the image as sampled. + // (Well OpImageFetch will be translated back to image_load_mip + // eventually on AMD GPU, tested on RadeonGPUAnalyzer, + // not sure for Nvidia.) // For image_store_mip, I don't have a good idea as of now. bool isUavRead = iter->second; if (isUavRead)