Package org.lwjgl.vulkan
Class NVDedicatedAllocationImageAliasing
java.lang.Object
org.lwjgl.vulkan.NVDedicatedAllocationImageAliasing
This extension allows applications to alias images on dedicated allocations, subject to specific restrictions: the extent and the number of layers in the image being aliased must be smaller than or equal to those of the original image for which the allocation was created, and every other image parameter must match.
- Name String
VK_NV_dedicated_allocation_image_aliasing- Extension Type
- Device extension
- Registered Extension Number
- 241
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_dedicated_allocationandVK_KHR_get_physical_device_properties2or Version 1.1- Contact
- Nuno Subtil nsubtil
Other Extension Metadata
- Last Modified Date
- 2019-01-04
- Contributors
- Nuno Subtil, NVIDIA
- Jeff Bolz, NVIDIA
- Eric Werness, NVIDIA
- Axel Gneiting, id Software
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_SPEC_VERSION
public static final int VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEDICATED_ALLOCATION_IMAGE_ALIASING_FEATURES_NV
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEDICATED_ALLOCATION_IMAGE_ALIASING_FEATURES_NVExtendsVkStructureType.- See Also:
-