Class VkInputAttachmentAspectReference

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkInputAttachmentAspectReferenceKHR

public class VkInputAttachmentAspectReference extends Struct<VkInputAttachmentAspectReference> implements NativeResource
struct VkInputAttachmentAspectReference {
    uint32_t subpass;
    uint32_t inputAttachmentIndex;
    VkImageAspectFlags aspectMask;
}