mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
Implement zcomploc on OpenGL4.2+
This commit is contained in:
parent
f693488c8a
commit
15b8ac64ef
9 changed files with 45 additions and 16 deletions
|
@ -112,6 +112,7 @@ struct pixel_shader_uid_data
|
|||
|
||||
u32 fast_depth_calc : 1;
|
||||
u32 per_pixel_depth : 1;
|
||||
u32 forced_early_z : 1;
|
||||
u32 early_ztest : 1;
|
||||
|
||||
u32 xfregs_numTexGen_numTexGens : 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue