Package org.lwjgl.vulkan
Class EXTDepthClampControl
java.lang.Object
org.lwjgl.vulkan.EXTDepthClampControl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final String
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
nvkCmdSetDepthClampRangeEXT
(VkCommandBuffer commandBuffer, int depthClampMode, long pDepthClampRange) void vkCmdSetDepthClampRangeEXT(VkCommandBuffer commandBuffer, VkDepthClampModeEXT depthClampMode, VkDepthClampRangeEXT const * pDepthClampRange)
static void
vkCmdSetDepthClampRangeEXT
(VkCommandBuffer commandBuffer, int depthClampMode, @Nullable VkDepthClampRangeEXT pDepthClampRange) void vkCmdSetDepthClampRangeEXT(VkCommandBuffer commandBuffer, VkDepthClampModeEXT depthClampMode, VkDepthClampRangeEXT const * pDepthClampRange)
-
Field Details
-
VK_EXT_DEPTH_CLAMP_CONTROL_SPEC_VERSION
public static final int VK_EXT_DEPTH_CLAMP_CONTROL_SPEC_VERSION- See Also:
-
VK_EXT_DEPTH_CLAMP_CONTROL_EXTENSION_NAME
- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_CONTROL_FEATURES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_CONTROL_FEATURES_EXT- See Also:
-
VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_DEPTH_CLAMP_CONTROL_CREATE_INFO_EXT
public static final int VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_DEPTH_CLAMP_CONTROL_CREATE_INFO_EXT- See Also:
-
VK_DYNAMIC_STATE_DEPTH_CLAMP_RANGE_EXT
public static final int VK_DYNAMIC_STATE_DEPTH_CLAMP_RANGE_EXT- See Also:
-
-
Method Details
-
nvkCmdSetDepthClampRangeEXT
public static void nvkCmdSetDepthClampRangeEXT(VkCommandBuffer commandBuffer, int depthClampMode, long pDepthClampRange) void vkCmdSetDepthClampRangeEXT(VkCommandBuffer commandBuffer, VkDepthClampModeEXT depthClampMode, VkDepthClampRangeEXT const * pDepthClampRange)
-
vkCmdSetDepthClampRangeEXT
public static void vkCmdSetDepthClampRangeEXT(VkCommandBuffer commandBuffer, int depthClampMode, @Nullable VkDepthClampRangeEXT pDepthClampRange) void vkCmdSetDepthClampRangeEXT(VkCommandBuffer commandBuffer, VkDepthClampModeEXT depthClampMode, VkDepthClampRangeEXT const * pDepthClampRange)
-