mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 02:22:32 -07:00
shader: Fix resolution scaling pass
This commit is contained in:
committed by
Fernando Sahmkow
parent
fb924ea85c
commit
1672e9ba09
@@ -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);
|
||||
|
Reference in New Issue
Block a user