Package org.lwjgl.vulkan
Class NVExtendedSparseAddressSpace
java.lang.Object
org.lwjgl.vulkan.NVExtendedSparseAddressSpace
Implementations may be able to support an extended address space for sparse memory resources, but only for a certain set of usages.
This extension adds a query for the extended limit, and the supported usages that are allowed for that limit. This limit is an increase to VkPhysicalDeviceLimits::sparseAddressSpaceSize when the VkImage or VkBuffer uses only usages that are supported.
- Name String
VK_NV_extended_sparse_address_space- Extension Type
- Device extension
- Registered Extension Number
- 493
- Revision
- 1
- Contact
- Russell Chou russellcnv
Other Extension Metadata
- Last Modified Date
- 2023-10-03
- Contributors
- Russell Chou, NVIDIA
- Christoph Kubisch, NVIDIA
- Eric Werness, NVIDIA
- Jeff Bolz, NVIDIA
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_NV_EXTENDED_SPARSE_ADDRESS_SPACE_SPEC_VERSION
public static final int VK_NV_EXTENDED_SPARSE_ADDRESS_SPACE_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_NV_EXTENDED_SPARSE_ADDRESS_SPACE_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_SPARSE_ADDRESS_SPACE_FEATURES_NV
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_SPARSE_ADDRESS_SPACE_FEATURES_NVExtendsVkStructureType.Enum values:
- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_SPARSE_ADDRESS_SPACE_PROPERTIES_NV
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_SPARSE_ADDRESS_SPACE_PROPERTIES_NVExtendsVkStructureType.Enum values:
- See Also:
-