From dadd192b30d547dfa078057796a5ae16820eb4be Mon Sep 17 00:00:00 2001
From: ReinUsesLisp <reinuseslisp@airmail.cc>
Date: Thu, 20 May 2021 02:18:52 -0300
Subject: glasm: Implement ImageRead

---
 src/shader_recompiler/backend/glasm/emit_context.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'src/shader_recompiler/backend/glasm/emit_context.h')

diff --git a/src/shader_recompiler/backend/glasm/emit_context.h b/src/shader_recompiler/backend/glasm/emit_context.h
index dd1f9ac9f0..d5bab48eae 100644
--- a/src/shader_recompiler/backend/glasm/emit_context.h
+++ b/src/shader_recompiler/backend/glasm/emit_context.h
@@ -60,7 +60,9 @@ public:
     const Profile& profile;
 
     std::vector<u32> texture_buffer_bindings;
+    std::vector<u32> image_buffer_bindings;
     std::vector<u32> texture_bindings;
+    std::vector<u32> image_bindings;
 
     Stage stage{};
     std::string_view stage_name = "invalid";
-- 
cgit v1.2.3-70-g09d2