mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Make zfreeze use screenspace coordinates independant of IR.
OpenGL requires the y coordinates to be flipped. Also refactored PixelGen code to remove duplicate code.
This commit is contained in:
parent
418296961c
commit
88c7afd315
8 changed files with 57 additions and 17 deletions
|
@ -24,6 +24,7 @@ struct PixelShaderConstants
|
|||
int4 fogi;
|
||||
float4 fogf[2];
|
||||
float4 zslope;
|
||||
float4 efbscale;
|
||||
};
|
||||
|
||||
struct VertexShaderConstants
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue