Class VkAttachmentReference2KHR

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

public class VkAttachmentReference2KHR extends VkAttachmentReference2
See VkAttachmentReference2.

Layout


 struct VkAttachmentReference2KHR {
     VkStructureType sType;
     void const * pNext;
     uint32_t attachment;
     VkImageLayout layout;
     VkImageAspectFlags aspectMask;
 }