Package org.lwjgl.vulkan
Class NVDedicatedAllocationImageAliasing
- java.lang.Object
-
- org.lwjgl.vulkan.NVDedicatedAllocationImageAliasing
-
public final class NVDedicatedAllocationImageAliasing extends java.lang.Object
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
- Requires Vulkan 1.0
- Requires
VK_KHR_dedicated_allocation
- Contact
- Nuno Subtil nsubtil
- Last Modified Date
- 2019-01-04
- Contributors
- Nuno Subtil, NVIDIA
- Jeff Bolz, NVIDIA
- Eric Werness, NVIDIA
- Axel Gneiting, id Software
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_EXTENSION_NAME
The extension name.static int
VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_SPEC_VERSION
The extension specification version.static int
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEDICATED_ALLOCATION_IMAGE_ALIASING_FEATURES_NV
ExtendsVkStructureType
.
-
-
-
Field Detail
-
VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_SPEC_VERSION
public static final int VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_SPEC_VERSION
The extension specification version.- See Also:
- Constant Field Values
-
VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_EXTENSION_NAME
public static final java.lang.String VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_EXTENSION_NAME
The extension name.- See Also:
- Constant Field Values
-
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_NV
ExtendsVkStructureType
.- See Also:
- Constant Field Values
-
-