Class VkDedicatedAllocationBufferCreateInfoNV

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

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

    Member documentation

    • sType – the type of this structure.
    • pNextNULL or a pointer to an extension-specific structure.
    • dedicatedAllocation – specifies whether the buffer will have a dedicated allocation bound to it.

    Layout

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