Variable VkRenderPassCreateInfo.pAttachments

struct VkRenderPassCreateInfo
{
  // ...
  const(VkAttachmentDescription)* pAttachments ;
  // ...
}