Class VkDedicatedAllocationBufferCreateInfoNV

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

public class VkDedicatedAllocationBufferCreateInfoNV extends org.lwjgl.system.Struct<VkDedicatedAllocationBufferCreateInfoNV> implements org.lwjgl.system.NativeResource
Specify that a buffer is bound to a dedicated memory resource.
Valid Usage (Implicit)

Layout


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