Variable VkPipelineLayoutCreateInfo.pSetLayouts

struct VkPipelineLayoutCreateInfo
{
  // ...
  const(VkDescriptorSetLayout_T*)* pSetLayouts ;
  // ...
}