mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
PixelShader: Store fog color as an integer.
This commit is contained in:
parent
0238a56816
commit
68e91f0d55
4 changed files with 34 additions and 28 deletions
|
@ -18,7 +18,8 @@ struct PixelShaderConstants
|
|||
float4 zbias[2];
|
||||
float4 indtexscale[2];
|
||||
int4 indtexmtx[6];
|
||||
float4 fog[3];
|
||||
int4 fogcolor;
|
||||
float4 fog[2];
|
||||
|
||||
// For pixel lighting
|
||||
float4 plights[40];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue