diff options
Diffstat (limited to 'src/shader_recompiler/ir_opt/passes.h')
| -rw-r--r-- | src/shader_recompiler/ir_opt/passes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/ir_opt/passes.h b/src/shader_recompiler/ir_opt/passes.h index 6ff8e4266..24f609d69 100644 --- a/src/shader_recompiler/ir_opt/passes.h +++ b/src/shader_recompiler/ir_opt/passes.h | |||
| @@ -17,6 +17,7 @@ void LowerFp16ToFp32(IR::Program& program); | |||
| 17 | void LowerInt64ToInt32(IR::Program& program); | 17 | void LowerInt64ToInt32(IR::Program& program); |
| 18 | void RescalingPass(IR::Program& program); | 18 | void RescalingPass(IR::Program& program); |
| 19 | void SsaRewritePass(IR::Program& program); | 19 | void SsaRewritePass(IR::Program& program); |
| 20 | void PositionPass(Environment& env, IR::Program& program); | ||
| 20 | void TexturePass(Environment& env, IR::Program& program); | 21 | void TexturePass(Environment& env, IR::Program& program); |
| 21 | void VerificationPass(const IR::Program& program); | 22 | void VerificationPass(const IR::Program& program); |
| 22 | 23 | ||