Class VkDedicatedAllocationMemoryAllocateInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDedicatedAllocationMemoryAllocateInfoNV extends Struct<VkDedicatedAllocationMemoryAllocateInfoNV> implements NativeResource

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