SpiecsEngine
 
Loading...
Searching...
No Matches

◆ UnLoad() [1/2]

void Spices::DescriptorSetManager::UnLoad ( const std::string & name)
static

UnLoad a VulkanDescriptorSet.

Parameters
nameThe owner's name of the descriptor set.

Definition at line 64 of file DescriptorSetManager.cpp.

65 {
67
68 UnLoad({ name , name });
69 }
#define SPICES_PROFILE_ZONE
static void UnLoad(const String2 &name)
UnLoad a VulkanDescriptorSet.

References Spices::String2::String2(), and UnLoad().