PixelShaderGen: Store early_ztest as part of shader uid.

This commit is contained in:
NeoBrainX
2013-06-29 23:00:57 +02:00
parent f524312fd1
commit 99301bd158
2 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,7 @@ struct pixel_shader_uid_data
u32 fast_depth_calc : 1;
u32 per_pixel_depth : 1;
u32 early_ztest : 1;
u32 xfregs_numTexGen_numTexGens : 4;