summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/shader_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/shader_info.h')
-rw-r--r--src/shader_recompiler/shader_info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/shader_info.h b/src/shader_recompiler/shader_info.h
index 74d7a6a94..e9ebc16a4 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -75,6 +75,7 @@ using TextureBufferDescriptors = boost::container::small_vector<TextureBufferDes
75struct ImageBufferDescriptor { 75struct ImageBufferDescriptor {
76 ImageFormat format; 76 ImageFormat format;
77 bool is_written; 77 bool is_written;
78 bool is_read;
78 u32 cbuf_index; 79 u32 cbuf_index;
79 u32 cbuf_offset; 80 u32 cbuf_offset;
80 u32 count; 81 u32 count;
@@ -99,6 +100,7 @@ struct ImageDescriptor {
99 TextureType type; 100 TextureType type;
100 ImageFormat format; 101 ImageFormat format;
101 bool is_written; 102 bool is_written;
103 bool is_read;
102 u32 cbuf_index; 104 u32 cbuf_index;
103 u32 cbuf_offset; 105 u32 cbuf_offset;
104 u32 count; 106 u32 count;