mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 14:07:12 +02:00
Better viewport flipping and depth mode detection method (#1556)
* Use a better viewport flipping approach * New approach to detect depth mode * nit: Sort method on the OpenGL backend * Adjust spacing on comment * Unswap near and far parameters based on ScaleZ
This commit is contained in:
parent
6730522a7d
commit
2ded962069
6 changed files with 101 additions and 136 deletions
|
@ -50,8 +50,6 @@ namespace Ryujinx.Graphics.GAL
|
|||
|
||||
void SetLogicOpState(bool enable, LogicalOp op);
|
||||
|
||||
void SetOrigin(Origin origin);
|
||||
|
||||
void SetPointParameters(float size, bool isProgramPointSize, bool enablePointSprite, Origin origin);
|
||||
|
||||
void SetPrimitiveRestart(bool enable, int index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue