1
0
Fork 0
forked from eden-emu/eden

shader_recompiler: add byteswap pattern workaround for Nvidia

This commit is contained in:
Ameer J 2023-11-17 22:29:12 -05:00
parent 2136a46ab7
commit 9343b81afd
4 changed files with 82 additions and 0 deletions

View file

@ -26,6 +26,7 @@ void SsaRewritePass(IR::Program& program);
void PositionPass(Environment& env, IR::Program& program);
void TexturePass(Environment& env, IR::Program& program, const HostTranslateInfo& host_info);
void LayerPass(IR::Program& program, const HostTranslateInfo& host_info);
void VendorWorkaroundPass(IR::Program& program);
void VerificationPass(const IR::Program& program);
// Dual Vertex