public class KHRMaintenance3
extends java.lang.Object
VK_KHR_maintenance3 adds a collection of minor features that were intentionally left out or overlooked from the original Vulkan 1.0 release.
The new features are as follows:
All functionality in this extension is included in core Vulkan 1.1, with the KHR suffix omitted. The original type, enum and command names are still available as aliases of the core functionality.
VK_KHR_maintenance3VK_KHR_get_physical_device_properties2| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_KHR_MAINTENANCE3_EXTENSION_NAME
The extension name.
|
static int |
VK_KHR_MAINTENANCE3_SPEC_VERSION
The extension specification version.
|
static int |
VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT_KHR
Extends
VkStructureType. |
static int |
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES_KHR
Extends
VkStructureType. |
| Modifier and Type | Method and Description |
|---|---|
static void |
nvkGetDescriptorSetLayoutSupportKHR(org.lwjgl.vulkan.VkDevice device,
long pCreateInfo,
long pSupport)
Unsafe version of:
GetDescriptorSetLayoutSupportKHR |
static void |
vkGetDescriptorSetLayoutSupportKHR(org.lwjgl.vulkan.VkDevice device,
VkDescriptorSetLayoutCreateInfo pCreateInfo,
VkDescriptorSetLayoutSupport pSupport)
|
public static final int VK_KHR_MAINTENANCE3_SPEC_VERSION
public static final java.lang.String VK_KHR_MAINTENANCE3_EXTENSION_NAME
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES_KHR
VkStructureType.
public static final int VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT_KHR
VkStructureType.
public static void nvkGetDescriptorSetLayoutSupportKHR(org.lwjgl.vulkan.VkDevice device,
long pCreateInfo,
long pSupport)
GetDescriptorSetLayoutSupportKHRpublic static void vkGetDescriptorSetLayoutSupportKHR(org.lwjgl.vulkan.VkDevice device,
VkDescriptorSetLayoutCreateInfo pCreateInfo,
VkDescriptorSetLayoutSupport pSupport)
device - the logical device that would create the descriptor set layout.pCreateInfo - a pointer to a VkDescriptorSetLayoutCreateInfo structure specifying the state of the descriptor set layout object.pSupport - a pointer to a VkDescriptorSetLayoutSupport structure, in which information about support for the descriptor set layout object is returned.Copyright LWJGL. All Rights Reserved. License terms.