Variable VkFramebufferCreateInfo.pAttachments

struct VkFramebufferCreateInfo
{
  // ...
  const(VkImageView_T*)* pAttachments ;
  // ...
}