Class VkDedicatedAllocationMemoryAllocateInfoNV

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

public class VkDedicatedAllocationMemoryAllocateInfoNV extends org.lwjgl.system.Struct<VkDedicatedAllocationMemoryAllocateInfoNV> implements org.lwjgl.system.NativeResource
Specify a dedicated memory allocation resource.
Valid Usage
Valid Usage (Implicit)

Layout


 struct VkDedicatedAllocationMemoryAllocateInfoNV {
     VkStructureType sType();
     void const * pNext();
     VkImage image();
     VkBuffer buffer();
 }