diff options
Diffstat (limited to 'src/shader_recompiler/backend/glasm/emit_context.h')
| -rw-r--r-- | src/shader_recompiler/backend/glasm/emit_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/backend/glasm/emit_context.h b/src/shader_recompiler/backend/glasm/emit_context.h index d5bab48ea..e76ed1d7c 100644 --- a/src/shader_recompiler/backend/glasm/emit_context.h +++ b/src/shader_recompiler/backend/glasm/emit_context.h | |||
| @@ -66,6 +66,7 @@ public: | |||
| 66 | 66 | ||
| 67 | Stage stage{}; | 67 | Stage stage{}; |
| 68 | std::string_view stage_name = "invalid"; | 68 | std::string_view stage_name = "invalid"; |
| 69 | std::string_view attrib_name = "invalid"; | ||
| 69 | }; | 70 | }; |
| 70 | 71 | ||
| 71 | } // namespace Shader::Backend::GLASM | 72 | } // namespace Shader::Backend::GLASM |