public final class EXTDepthClipEnable
extends java.lang.Object
VkPipelineRasterizationStateCreateInfo::depthClampEnable, to instead be controlled explicitly by VkPipelineRasterizationDepthClipStateCreateInfoEXT::depthClipEnable.
This is useful for translating DX content which assumes depth clamping is always enabled, but depth clip can be controlled by the DepthClipEnable rasterization state (D3D12_RASTERIZER_DESC).
VK_EXT_depth_clip_enable| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_EXT_DEPTH_CLIP_ENABLE_EXTENSION_NAME
The extension name.
|
static int |
VK_EXT_DEPTH_CLIP_ENABLE_SPEC_VERSION
The extension specification version.
|
static int |
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLIP_ENABLE_FEATURES_EXT
Extends
VkStructureType. |
static int |
VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_DEPTH_CLIP_STATE_CREATE_INFO_EXT
Extends
VkStructureType. |
public static final int VK_EXT_DEPTH_CLIP_ENABLE_SPEC_VERSION
public static final java.lang.String VK_EXT_DEPTH_CLIP_ENABLE_EXTENSION_NAME
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLIP_ENABLE_FEATURES_EXT
VkStructureType.
public static final int VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_DEPTH_CLIP_STATE_CREATE_INFO_EXT
VkStructureType.
Copyright LWJGL. All Rights Reserved. License terms.