shader_recompiler: add gl_Layer translation GS for older hardware
This commit is contained in:
parent
d6b63239ae
commit
3ef006b5ab
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