- add depth bias

This commit is contained in:
Magnus Norddahl 2019-03-04 00:14:28 +01:00
commit eaf367e876
5 changed files with 25 additions and 1 deletions

View file

@ -19,6 +19,7 @@ public:
int DepthTest;
int DepthFunc;
int DepthClamp;
int DepthBias;
int StencilTest;
int StencilPassOp;
int ColorMask;