mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
PixelShaderGen: Store tex scale as an integer.
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user