mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
PixelShader: remove the duplicated ppl constants
This commit is contained in:
parent
d93f2973f7
commit
e456a5e64f
6 changed files with 4 additions and 94 deletions
|
@ -21,11 +21,6 @@ struct PixelShaderConstants
|
|||
int4 fogcolor;
|
||||
int4 fogi;
|
||||
float4 fogf[2];
|
||||
|
||||
// For pixel lighting
|
||||
int4 plight_colors[8];
|
||||
float4 plights[32];
|
||||
int4 pmaterials[4];
|
||||
};
|
||||
|
||||
struct VertexShaderConstants
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue