mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-25 01:01:37 -05:00
PixelShaderGen: Change the "colors" and "kcolors" uniforms to be integers.
This commit is contained in:
@@ -11,8 +11,8 @@ typedef s32 int4[4];
|
||||
|
||||
struct PixelShaderConstants
|
||||
{
|
||||
float4 colors[4];
|
||||
float4 kcolors[4];
|
||||
int4 colors[4];
|
||||
int4 kcolors[4];
|
||||
float4 alpha;
|
||||
float4 texdims[8];
|
||||
float4 zbias[2];
|
||||
|
||||
Reference in New Issue
Block a user