shader: Fix resolution scaling pass

This commit is contained in:
ReinUsesLisp 2021-07-21 22:25:34 -03:00 committed by Fernando Sahmkow
parent 47d1d881cf
commit 14fb648246
5 changed files with 32 additions and 35 deletions

View file

@ -19,6 +19,7 @@ void GlobalMemoryToStorageBufferPass(IR::Program& program);
void IdentityRemovalPass(IR::Program& program);
void LowerFp16ToFp32(IR::Program& program);
void LowerInt64ToInt32(IR::Program& program);
void RescalingPass(IR::Program& program);
void SsaRewritePass(IR::Program& program);
void TexturePass(Environment& env, IR::Program& program);
void VerificationPass(const IR::Program& program);