Class VkDedicatedAllocationImageCreateInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDedicatedAllocationImageCreateInfoNV extends Struct<VkDedicatedAllocationImageCreateInfoNV> implements 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();
 }