Variable VkSubmitInfo.pCommandBuffers

struct VkSubmitInfo
{
  // ...
  const(VkCommandBuffer_T*)* pCommandBuffers ;
  // ...
}