Class VkDedicatedAllocationImageCreateInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDedicatedAllocationImageCreateInfoNV extends Struct<VkDedicatedAllocationImageCreateInfoNV> implements NativeResource

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