PixelShaderGen: Store tex scale as an integer.

This commit is contained in:
Tony Wasserka
2014-01-29 15:52:24 +01:00
parent 16109fb453
commit fa7173d099
4 changed files with 10 additions and 13 deletions

View File

@ -16,7 +16,7 @@ struct PixelShaderConstants
int4 alpha;
float4 texdims[8];
int4 zbias[2];
float4 indtexscale[2];
int4 indtexscale[2];
int4 indtexmtx[6];
int4 fogcolor;
int4 fogi[1];