mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
PixelShaderGen: Use integer math for z textures.
This commit is contained in:
parent
3a6389992e
commit
605b687af8
3 changed files with 20 additions and 24 deletions
|
@ -15,7 +15,7 @@ struct PixelShaderConstants
|
|||
int4 kcolors[4];
|
||||
int4 alpha;
|
||||
float4 texdims[8];
|
||||
float4 zbias[2];
|
||||
int4 zbias[2];
|
||||
float4 indtexscale[2];
|
||||
int4 indtexmtx[6];
|
||||
int4 fogcolor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue