Class VkSubpassDescription2KHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSubpassDescription2KHR extends VkSubpassDescription2
struct VkSubpassDescription2KHR {
    VkStructureType sType;
    void const * pNext;
    VkSubpassDescriptionFlags flags;
    VkPipelineBindPoint pipelineBindPoint;
    uint32_t viewMask;
    uint32_t inputAttachmentCount;
    VkAttachmentReference2 const * pInputAttachments;
    uint32_t colorAttachmentCount;
    VkAttachmentReference2 const * pColorAttachments;
    VkAttachmentReference2 const * pResolveAttachments;
    VkAttachmentReference2 const * pDepthStencilAttachment;
    uint32_t preserveAttachmentCount;
    uint32_t const * pPreserveAttachments;
}