Variable VkSubpassDescription.pColorAttachments

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