summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/ir/ir_emitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/frontend/ir/ir_emitter.h')
-rw-r--r--src/shader_recompiler/frontend/ir/ir_emitter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/ir_emitter.h b/src/shader_recompiler/frontend/ir/ir_emitter.h
index 27ff5a29d..05263fe8b 100644
--- a/src/shader_recompiler/frontend/ir/ir_emitter.h
+++ b/src/shader_recompiler/frontend/ir/ir_emitter.h
@@ -62,6 +62,7 @@ public:
62 void SetOFlag(const U1& value); 62 void SetOFlag(const U1& value);
63 63
64 [[nodiscard]] U1 Condition(IR::Condition cond); 64 [[nodiscard]] U1 Condition(IR::Condition cond);
65 [[nodiscard]] U1 GetFlowTestResult(FlowTest test);
65 66
66 [[nodiscard]] F32 GetAttribute(IR::Attribute attribute); 67 [[nodiscard]] F32 GetAttribute(IR::Attribute attribute);
67 void SetAttribute(IR::Attribute attribute, const F32& value); 68 void SetAttribute(IR::Attribute attribute, const F32& value);