mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
PixelShaderGen: Perform some of the fog calculations with integers.
This commit is contained in:
parent
605b687af8
commit
065919f599
4 changed files with 34 additions and 27 deletions
|
@ -19,7 +19,8 @@ struct PixelShaderConstants
|
|||
float4 indtexscale[2];
|
||||
int4 indtexmtx[6];
|
||||
int4 fogcolor;
|
||||
float4 fog[2];
|
||||
int4 fogi[1];
|
||||
float4 fogf[2];
|
||||
|
||||
// For pixel lighting
|
||||
int4 plight_colors[8];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue