mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 19:12:25 -07: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