Class VkDedicatedAllocationBufferCreateInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDedicatedAllocationBufferCreateInfoNV extends Struct<VkDedicatedAllocationBufferCreateInfoNV> implements NativeResource

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