Class VkMemoryOpaqueCaptureAddressAllocateInfoKHR

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

public class VkMemoryOpaqueCaptureAddressAllocateInfoKHR extends VkMemoryOpaqueCaptureAddressAllocateInfo
See VkMemoryOpaqueCaptureAddressAllocateInfo.

Layout


 struct VkMemoryOpaqueCaptureAddressAllocateInfoKHR {
     VkStructureType sType;
     void const * pNext;
     uint64_t opaqueCaptureAddress;
 }