summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/shader_info.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-01-21 01:30:45 +0100
committerLiam <byteslice@airmail.cc>2023-01-23 18:03:19 +0100
commit76a4356e55d0725d288866a04743f1e991ec3e36 (patch)
tree47d51ec570aaa51eb4397e08152fc26c73497a8d /src/shader_recompiler/shader_info.h
parentMerge pull request #9555 from abouvier/catch2-update (diff)
downloadyuzu-76a4356e55d0725d288866a04743f1e991ec3e36.tar
yuzu-76a4356e55d0725d288866a04743f1e991ec3e36.tar.gz
yuzu-76a4356e55d0725d288866a04743f1e991ec3e36.tar.bz2
yuzu-76a4356e55d0725d288866a04743f1e991ec3e36.tar.lz
yuzu-76a4356e55d0725d288866a04743f1e991ec3e36.tar.xz
yuzu-76a4356e55d0725d288866a04743f1e991ec3e36.tar.zst
yuzu-76a4356e55d0725d288866a04743f1e991ec3e36.zip
Diffstat (limited to '')
-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;