From 6fd190d1ae4275a06ed2e488401e1d63912954be Mon Sep 17 00:00:00 2001
From: ReinUsesLisp <reinuseslisp@airmail.cc>
Date: Sat, 8 May 2021 16:28:52 -0300
Subject: glasm: Implement basic GLASM instructions

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

(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 cf66619de1..4f98a98160 100644
--- a/src/shader_recompiler/backend/glasm/emit_context.h
+++ b/src/shader_recompiler/backend/glasm/emit_context.h
@@ -13,13 +13,14 @@
 
 namespace Shader::IR {
 class Inst;
-}
+struct Program;
+} // namespace Shader::IR
 
 namespace Shader::Backend::GLASM {
 
 class EmitContext {
 public:
-    explicit EmitContext();
+    explicit EmitContext(IR::Program& program);
 
     template <typename... Args>
     void Add(const char* fmt, IR::Inst& inst, Args&&... args) {
-- 
cgit v1.2.3-70-g09d2