Add support for depth clamping
This commit is contained in:
@@ -16,6 +16,7 @@ namespace Nz
|
||||
struct RenderDeviceFeatures
|
||||
{
|
||||
bool anisotropicFiltering = false;
|
||||
bool depthClamping = false;
|
||||
bool nonSolidFaceFilling = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user