Add support for depth clamping
This commit is contained in:
@@ -49,6 +49,7 @@ namespace Nz
|
||||
bool blending = false;
|
||||
bool colorWrite = true;
|
||||
bool depthBuffer = false;
|
||||
bool depthClamp = false;
|
||||
bool depthWrite = true;
|
||||
bool faceCulling = false;
|
||||
bool scissorTest = false;
|
||||
|
||||
Reference in New Issue
Block a user