mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 20:37:58 -05:00
Pica/Rasterizer: Implement depth testing.
This commit is contained in:
@ -300,6 +300,7 @@ struct Regs {
|
||||
struct {
|
||||
enum DepthFunc : u32 {
|
||||
Always = 1,
|
||||
LessThan = 4,
|
||||
GreaterThan = 6,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user