mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-30 16:19:14 +00: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