Implement DepthWriteMask and add R16G16 (#425)
This commit is contained in:
parent
bed13f2022
commit
47a62e826f
6 changed files with 46 additions and 14 deletions
|
@ -34,6 +34,7 @@
|
|||
public GalCullFace CullFace;
|
||||
|
||||
public bool DepthTestEnabled;
|
||||
public bool DepthWriteEnabled;
|
||||
public GalComparisonOp DepthFunc;
|
||||
|
||||
public bool StencilTestEnabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue