mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
ConstantManager: Do not use single-element arrays.
This commit is contained in:
parent
6c2971eaf6
commit
6e65e02c9e
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue