Variable VkSubpassDescription.pInputAttachments

struct VkSubpassDescription
{
  // ...
  const(VkAttachmentReference)* pInputAttachments ;
  // ...
}