Get a DescriptorSetInfo by owner's name.
- Parameters
-
| name | The owner's name of the descriptor set. |
- Returns
- DescriptorSetInfo.
Definition at line 108 of file DescriptorSetManager.cpp.
109 {
111
112 const auto str = String2(name, name);
114 }
#define SPICES_PROFILE_ZONE
static DescriptorSetInfo & GetByName(const String2 &name)
Get a DescriptorSetInfo by owner's name.
References Spices::String2::String2().