mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 05:45:46 +00:00
shader_recompiler: add gl_Layer translation GS for older hardware
This commit is contained in:
parent
a6e97dcd1c
commit
e8966fd1f9
9 changed files with 230 additions and 6 deletions
|
@ -23,6 +23,7 @@ void RescalingPass(IR::Program& program);
|
|||
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 VerificationPass(const IR::Program& program);
|
||||
|
||||
// Dual Vertex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue