SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetByName() [1/2]

DescriptorSetInfo & Spices::DescriptorSetManager::GetByName ( const std::string & name)
static

Get a DescriptorSetInfo by owner's name.

Parameters
nameThe 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);
113 return GetByName(str);
114 }
#define SPICES_PROFILE_ZONE
static DescriptorSetInfo & GetByName(const String2 &name)
Get a DescriptorSetInfo by owner's name.

References Spices::String2::String2().