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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/ir_emitter.h b/src/shader_recompiler/frontend/ir/ir_emitter.h
index 8f3325738..9e752b208 100644
--- a/src/shader_recompiler/frontend/ir/ir_emitter.h
+++ b/src/shader_recompiler/frontend/ir/ir_emitter.h
@@ -255,6 +255,8 @@ public:
255 TextureInstInfo info); 255 TextureInstInfo info);
256 [[nodiscard]] Value ImageQueryDimension(const Value& handle, const IR::U32& lod); 256 [[nodiscard]] Value ImageQueryDimension(const Value& handle, const IR::U32& lod);
257 257
258 [[nodiscard]] Value ImageQueryLod(const Value& handle, const Value& coords);
259
258 [[nodiscard]] Value ImageGather(const Value& handle, const Value& coords, const Value& offset, 260 [[nodiscard]] Value ImageGather(const Value& handle, const Value& coords, const Value& offset,
259 const Value& offset2, TextureInstInfo info); 261 const Value& offset2, TextureInstInfo info);
260 262