Variable VkRenderPassCreateInfo.pSubpasses

struct VkRenderPassCreateInfo
{
  // ...
  const(VkSubpassDescription)* pSubpasses ;
  // ...
}