diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/ir_emitter.h')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/ir_emitter.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/shader_recompiler/frontend/ir/ir_emitter.h b/src/shader_recompiler/frontend/ir/ir_emitter.h index 4f7c820fe..4ae69b788 100644 --- a/src/shader_recompiler/frontend/ir/ir_emitter.h +++ b/src/shader_recompiler/frontend/ir/ir_emitter.h | |||
| @@ -302,15 +302,14 @@ public: | |||
| 302 | const F32& lod_clamp, TextureInstInfo info); | 302 | const F32& lod_clamp, TextureInstInfo info); |
| 303 | [[nodiscard]] Value ImageSampleExplicitLod(const Value& handle, const Value& coords, | 303 | [[nodiscard]] Value ImageSampleExplicitLod(const Value& handle, const Value& coords, |
| 304 | const F32& lod, const Value& offset, | 304 | const F32& lod, const Value& offset, |
| 305 | const F32& lod_clamp, TextureInstInfo info); | 305 | TextureInstInfo info); |
| 306 | [[nodiscard]] F32 ImageSampleDrefImplicitLod(const Value& handle, const Value& coords, | 306 | [[nodiscard]] F32 ImageSampleDrefImplicitLod(const Value& handle, const Value& coords, |
| 307 | const F32& dref, const F32& bias, | 307 | const F32& dref, const F32& bias, |
| 308 | const Value& offset, const F32& lod_clamp, | 308 | const Value& offset, const F32& lod_clamp, |
| 309 | TextureInstInfo info); | 309 | TextureInstInfo info); |
| 310 | [[nodiscard]] F32 ImageSampleDrefExplicitLod(const Value& handle, const Value& coords, | 310 | [[nodiscard]] F32 ImageSampleDrefExplicitLod(const Value& handle, const Value& coords, |
| 311 | const F32& dref, const F32& lod, | 311 | const F32& dref, const F32& lod, |
| 312 | const Value& offset, const F32& lod_clamp, | 312 | const Value& offset, TextureInstInfo info); |
| 313 | TextureInstInfo info); | ||
| 314 | [[nodiscard]] Value ImageQueryDimension(const Value& handle, const IR::U32& lod); | 313 | [[nodiscard]] Value ImageQueryDimension(const Value& handle, const IR::U32& lod); |
| 315 | 314 | ||
| 316 | [[nodiscard]] Value ImageQueryLod(const Value& handle, const Value& coords, | 315 | [[nodiscard]] Value ImageQueryLod(const Value& handle, const Value& coords, |