PixelShader: Store fog color as an integer.

This commit is contained in:
Tony Wasserka
2013-10-27 13:10:00 +01:00
parent 0238a56816
commit 68e91f0d55
4 changed files with 34 additions and 28 deletions

View File

@ -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];