Class VkInputAttachmentAspectReferenceKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkInputAttachmentAspectReferenceKHR extends VkInputAttachmentAspectReference
struct VkInputAttachmentAspectReferenceKHR {
    uint32_t subpass;
    uint32_t inputAttachmentIndex;
    VkImageAspectFlags aspectMask;
}