VkDepthClampRangeEXT(3)
C Specification
The VkDepthClampRangeEXT
structure is defined as:
// Provided by VK_EXT_depth_clamp_control
typedef struct VkDepthClampRangeEXT {
float minDepthClamp;
float maxDepthClamp;
} VkDepthClampRangeEXT;
Members
-
minDepthClamp
sets zmin in the depth clamp range of the viewport. -
maxDepthClamp
sets zmax in the depth clamp range of the viewport.
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.