Searched refs:descriptorSetEntry (Results 1 – 1 of 1) sorted by relevance
36315 …VkDescriptorSetLayoutCreateInfo descriptorSetEntry = {VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREA… in TEST_F() local36316 descriptorSetEntry.bindingCount = bindingCount; in TEST_F()36317 descriptorSetEntry.pBindings = binding; in TEST_F()36320 …VkResult err = vkCreateDescriptorSetLayout(m_device->device(), &descriptorSetEntry, 0, &descriptor… in TEST_F()