Class VkDedicatedAllocationImageCreateInfoNV

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkDedicatedAllocationImageCreateInfoNV>
org.lwjgl.vulkan.VkDedicatedAllocationImageCreateInfoNV
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkDedicatedAllocationImageCreateInfoNV extends org.lwjgl.system.Struct<VkDedicatedAllocationImageCreateInfoNV> implements org.lwjgl.system.NativeResource
Specify that an image is bound to a dedicated memory resource.
Description
Note

Using a dedicated allocation for color and depth/stencil attachments or other large images may improve performance on some devices.

Valid Usage
Valid Usage (Implicit)

Layout


 struct VkDedicatedAllocationImageCreateInfoNV {
     VkStructureType sType();
     void const * pNext();
     VkBool32 dedicatedAllocation();
 }