Variable VkCommandBufferBeginInfo.pInheritanceInfo

struct VkCommandBufferBeginInfo
{
  // ...
  const(VkCommandBufferInheritanceInfo)* pInheritanceInfo ;
  // ...
}