mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
PixelShaderGen: Change indirect texture matrix uniforms to use integers.
This commit is contained in:
parent
c13a5c38e9
commit
0238a56816
4 changed files with 39 additions and 30 deletions
|
@ -17,7 +17,7 @@ struct PixelShaderConstants
|
|||
float4 texdims[8];
|
||||
float4 zbias[2];
|
||||
float4 indtexscale[2];
|
||||
float4 indtexmtx[6];
|
||||
int4 indtexmtx[6];
|
||||
float4 fog[3];
|
||||
|
||||
// For pixel lighting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue