diff options
| author | 2022-03-17 14:45:38 -0400 | |
|---|---|---|
| committer | 2022-03-17 14:48:18 -0400 | |
| commit | 3009d0bd7d30b341a8697d85d9d42a9ee4910d19 (patch) | |
| tree | c00cb183d00f673185e69fa0d4094b34bcabbe12 /src/shader_recompiler/shader_info.h | |
| parent | shader_recompiler: Use functions for indirect const buffer accesses (diff) | |
| download | yuzu-3009d0bd7d30b341a8697d85d9d42a9ee4910d19.tar.gz yuzu-3009d0bd7d30b341a8697d85d9d42a9ee4910d19.tar.xz yuzu-3009d0bd7d30b341a8697d85d9d42a9ee4910d19.zip | |
Address review comments
Diffstat (limited to 'src/shader_recompiler/shader_info.h')
| -rw-r--r-- | src/shader_recompiler/shader_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/shader_info.h b/src/shader_recompiler/shader_info.h index 9cff2e42d..9d36bd9eb 100644 --- a/src/shader_recompiler/shader_info.h +++ b/src/shader_recompiler/shader_info.h | |||
| @@ -177,6 +177,7 @@ struct Info { | |||
| 177 | 177 | ||
| 178 | IR::Type used_constant_buffer_types{}; | 178 | IR::Type used_constant_buffer_types{}; |
| 179 | IR::Type used_storage_buffer_types{}; | 179 | IR::Type used_storage_buffer_types{}; |
| 180 | IR::Type used_indirect_cbuf_types{}; | ||
| 180 | 181 | ||
| 181 | u32 constant_buffer_mask{}; | 182 | u32 constant_buffer_mask{}; |
| 182 | std::array<u32, MAX_CBUFS> constant_buffer_used_sizes{}; | 183 | std::array<u32, MAX_CBUFS> constant_buffer_used_sizes{}; |