diff options
Diffstat (limited to 'src/shader_recompiler/backend/glasm/emit_context.h')
| -rw-r--r-- | src/shader_recompiler/backend/glasm/emit_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/backend/glasm/emit_context.h b/src/shader_recompiler/backend/glasm/emit_context.h index 37663c1c8..4efe42ada 100644 --- a/src/shader_recompiler/backend/glasm/emit_context.h +++ b/src/shader_recompiler/backend/glasm/emit_context.h | |||
| @@ -45,6 +45,8 @@ public: | |||
| 45 | 45 | ||
| 46 | std::string code; | 46 | std::string code; |
| 47 | RegAlloc reg_alloc{*this}; | 47 | RegAlloc reg_alloc{*this}; |
| 48 | |||
| 49 | std::string_view stage_name = "invalid"; | ||
| 48 | }; | 50 | }; |
| 49 | 51 | ||
| 50 | } // namespace Shader::Backend::GLASM | 52 | } // namespace Shader::Backend::GLASM |