summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/shader_info.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-01-26 07:28:18 +0100
committerGitHub <noreply@github.com>2023-01-26 07:28:18 +0100
commit58ba508e9a2c794bdb8bbf10e42a7865c48b9b77 (patch)
treef223fa57dd2419cab12ccda44d29f09bd58febc0 /src/shader_recompiler/shader_info.h
parentMerge pull request #9604 from liamwhite/pt (diff)
parentspirv: fix multisampled image fetch (diff)
downloadyuzu-58ba508e9a2c794bdb8bbf10e42a7865c48b9b77.tar
yuzu-58ba508e9a2c794bdb8bbf10e42a7865c48b9b77.tar.gz
yuzu-58ba508e9a2c794bdb8bbf10e42a7865c48b9b77.tar.bz2
yuzu-58ba508e9a2c794bdb8bbf10e42a7865c48b9b77.tar.lz
yuzu-58ba508e9a2c794bdb8bbf10e42a7865c48b9b77.tar.xz
yuzu-58ba508e9a2c794bdb8bbf10e42a7865c48b9b77.tar.zst
yuzu-58ba508e9a2c794bdb8bbf10e42a7865c48b9b77.zip
Diffstat (limited to 'src/shader_recompiler/shader_info.h')
-rw-r--r--src/shader_recompiler/shader_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/shader_info.h b/src/shader_recompiler/shader_info.h
index f93181e1e..d308db942 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -109,6 +109,7 @@ using ImageBufferDescriptors = boost::container::small_vector<ImageBufferDescrip
struct TextureDescriptor {
TextureType type;
bool is_depth;
+ bool is_multisample;
bool has_secondary;
u32 cbuf_index;
u32 cbuf_offset;