Pica/Rasterizer: Implement depth testing.
This commit is contained in:
parent
77bb58afeb
commit
e229ff8c83
2 changed files with 34 additions and 6 deletions
|
@ -300,6 +300,7 @@ struct Regs {
|
|||
struct {
|
||||
enum DepthFunc : u32 {
|
||||
Always = 1,
|
||||
LessThan = 4,
|
||||
GreaterThan = 6,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue