mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
PixelShaderGen: Store tex scale as an integer.
This commit is contained in:
parent
16109fb453
commit
fa7173d099
4 changed files with 10 additions and 13 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue