summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_context.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-05-22 23:29:43 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:33 +0200
commite30d4fa976f608a79629e12cac25f7b951e6b8fb (patch)
treef0bdf0d2f91fdf4faff7e746c31e71fac25d39b3 /src/shader_recompiler/backend/glasm/emit_context.h
parentglasm: Implement image atomics (diff)
downloadyuzu-e30d4fa976f608a79629e12cac25f7b951e6b8fb.tar
yuzu-e30d4fa976f608a79629e12cac25f7b951e6b8fb.tar.gz
yuzu-e30d4fa976f608a79629e12cac25f7b951e6b8fb.tar.bz2
yuzu-e30d4fa976f608a79629e12cac25f7b951e6b8fb.tar.lz
yuzu-e30d4fa976f608a79629e12cac25f7b951e6b8fb.tar.xz
yuzu-e30d4fa976f608a79629e12cac25f7b951e6b8fb.tar.zst
yuzu-e30d4fa976f608a79629e12cac25f7b951e6b8fb.zip
Diffstat (limited to 'src/shader_recompiler/backend/glasm/emit_context.h')
-rw-r--r--src/shader_recompiler/backend/glasm/emit_context.h1
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 1f057fdd5..057d74790 100644
--- a/src/shader_recompiler/backend/glasm/emit_context.h
+++ b/src/shader_recompiler/backend/glasm/emit_context.h
@@ -58,6 +58,7 @@ public:
std::string code;
RegAlloc reg_alloc{*this};
+ const Info& info;
const Profile& profile;
const RuntimeInfo& runtime_info;