Class VkInputAttachmentAspectReferenceKHR

  • All Implemented Interfaces:
    java.lang.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;
     }