Searched refs:mutableTypes (Results 1 – 1 of 1) sorted by relevance
944 virtual std::vector<VkDescriptorType> mutableTypes() const = 0;1068 std::vector<VkDescriptorType> mutableTypes() const override in mutableTypes() function in vkt::BindingModel::__anonf255f59c0111::SingleBinding1412 std::vector<VkDescriptorType> mutableTypes() const override in mutableTypes() function in vkt::BindingModel::__anonf255f59c0111::ArrayBinding1414 return bindings[0].mutableTypes(); in mutableTypes()1613 mutableTypesVec.emplace_back(b->mutableTypes()); in makeDescriptorPool()1620 … toDescriptorTypeVector(mandatoryTypesFlags | toDescriptorTypeFlags(b->mutableTypes())); in makeDescriptorPool()1717 mutableTypesVec.push_back(binding->mutableTypes()); in makeOrCheckDescriptorSetLayout()4001 … const std::vector<VkDescriptorType> mutableTypes{initialDescriptorType, finalDescriptorType}; in createChildren() local4003 … setBindings.emplace_back(new SingleBinding(VK_DESCRIPTOR_TYPE_MUTABLE_EXT, mutableTypes)); in createChildren()