Class VkInputAttachmentAspectReferenceKHR

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

public class VkInputAttachmentAspectReferenceKHR extends VkInputAttachmentAspectReference
See VkInputAttachmentAspectReference.

Layout


 struct VkInputAttachmentAspectReferenceKHR {
     uint32_t subpass;
     uint32_t inputAttachmentIndex;
     VkImageAspectFlags aspectMask;
 }