ConstantManager: Do not use single-element arrays.

This commit is contained in:
Tony Wasserka
2014-03-03 19:23:46 +01:00
parent 6c2971eaf6
commit 6e65e02c9e
3 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ struct PixelShaderConstants
int4 indtexscale[2];
int4 indtexmtx[6];
int4 fogcolor;
int4 fogi[1];
int4 fogi;
float4 fogf[2];
// For pixel lighting