diff options
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/control_flow.h')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/control_flow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/control_flow.h b/src/shader_recompiler/frontend/maxwell/control_flow.h index 466b14198..9f570fbb5 100644 --- a/src/shader_recompiler/frontend/maxwell/control_flow.h +++ b/src/shader_recompiler/frontend/maxwell/control_flow.h | |||
| @@ -157,6 +157,7 @@ private: | |||
| 157 | ObjectPool<Block>& block_pool; | 157 | ObjectPool<Block>& block_pool; |
| 158 | boost::container::small_vector<Function, 1> functions; | 158 | boost::container::small_vector<Function, 1> functions; |
| 159 | FunctionId current_function_id{0}; | 159 | FunctionId current_function_id{0}; |
| 160 | Location program_start; | ||
| 160 | }; | 161 | }; |
| 161 | 162 | ||
| 162 | } // namespace Shader::Maxwell::Flow | 163 | } // namespace Shader::Maxwell::Flow |