ShaderGen: Fix per pixel lighting.

This commit is contained in:
NeoBrainX
2013-03-31 23:29:33 +02:00
parent 248d56d930
commit f6d65a636e
7 changed files with 32 additions and 27 deletions

View File

@ -187,6 +187,8 @@ struct pixel_shader_uid_data
u32 bHasIndStage : 16;
u32 xfregs_numTexGen_numTexGens : 4;
LightingUidData lighting;
};
typedef ShaderUid<pixel_shader_uid_data> PixelShaderUid;