diff options
| author | 2021-05-20 17:28:09 -0300 | |
|---|---|---|
| committer | 2021-07-22 21:51:32 -0400 | |
| commit | 83cef0426b058014ad94dd687a29e7c31a1fbbef (patch) | |
| tree | 54d1860cae0a8b1db6341b610d50aea15801ab13 /src/shader_recompiler/backend/glasm/emit_context.h | |
| parent | glasm: Declare geometry program headers (diff) | |
| download | yuzu-83cef0426b058014ad94dd687a29e7c31a1fbbef.tar.gz yuzu-83cef0426b058014ad94dd687a29e7c31a1fbbef.tar.xz yuzu-83cef0426b058014ad94dd687a29e7c31a1fbbef.zip | |
glasm: Properly declare attributes on geometry programs
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 |