/ appendices / VK_NV_dedicated_allocation_image_aliasing.txt
VK_NV_dedicated_allocation_image_aliasing.txt
 1  include::meta/VK_NV_dedicated_allocation_image_aliasing.txt[]
 2  
 3  *Last Modified Date*::
 4      2019-01-04
 5  *Contributors*::
 6    - Nuno Subtil, NVIDIA
 7    - Jeff Bolz, NVIDIA
 8    - Eric Werness, NVIDIA
 9    - Axel Gneiting, id Software
10  
11  
12  This extension allows applications to alias images on dedicated allocations,
13  subject to specific restrictions: the extent and the number of layers in the
14  image being aliased must be smaller than or equal to those of the original
15  image for which the allocation was created, and every other image parameter
16  must match.
17  
18  
19  === New Object Types
20  
21  None.
22  
23  === New Enum Constants
24  
25    * Extending elink:VkStructureType
26    ** ename:VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEDICATED_ALLOCATION_IMAGE_ALIASING_FEATURES_NV
27  
28  === New Enums
29  
30  None.
31  
32  === New Structures
33  
34    * slink:VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV
35  
36  === New Functions
37  
38  None.
39  
40  === Issues
41  
42  None.
43  
44  
45  === Version History
46  
47    * Revision 1, 2019-01-04 (Nuno Subtil)
48      - Internal revisions