Class NVDedicatedAllocationImageAliasing

java.lang.Object
org.lwjgl.vulkan.NVDedicatedAllocationImageAliasing

public final class NVDedicatedAllocationImageAliasing extends 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.
VK_NV_dedicated_allocation_image_aliasing
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_allocation and VK_KHR_get_physical_device_properties2
Contact
Other Extension Metadata
Last Modified Date
2019-01-04
Contributors
  • Nuno Subtil, NVIDIA
  • Jeff Bolz, NVIDIA
  • Eric Werness, NVIDIA
  • Axel Gneiting, id Software
  • Field Details

    • 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:
    • VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_EXTENSION_NAME

      public static final String 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_NV
      Extends VkStructureType.
      See Also: